Skip to content

Commit 4c86094

Browse files
author
Vishal Shingala
committed
Fixed tests for travis.yaml to not include some of node versions
1 parent 0f972c8 commit 4c86094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system/travis-yml.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('travis.yml', function () {
2525
describe('strucure', function () {
2626
it('language must be set to node', function () {
2727
expect(travisYAML.language).to.be('node_js');
28-
expect(travisYAML.node_js).to.eql(['8', '9', '10', '11', '12', 'node', 'lts/*']);
28+
expect(travisYAML.node_js).to.eql(['8', '10', '12', 'lts/*']);
2929
});
3030
});
3131
});

0 commit comments

Comments
 (0)