File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -16,22 +16,22 @@ _test_stage: &_test_stage
1616
1717jobs :
1818 include :
19- # - stage: lint
20- # script: bash .travis/script.sh install lint
21- # node_js: '10'
22- #
23- # - <<: *_test_stage
24- # node_js: '8'
25- #
26- # - <<: *_test_stage
27- # node_js: '6'
28- #
29- # - <<: *_test_stage
30- # node_js: '4'
31- #
32- # - <<: *_test_stage
33- # node_js: '0.12'
34- #
19+ - stage : lint
20+ script : bash .travis/script.sh install lint
21+ node_js : ' 10'
22+
23+ - << : *_test_stage
24+ node_js : ' 8'
25+
26+ - << : *_test_stage
27+ node_js : ' 6'
28+
29+ - << : *_test_stage
30+ node_js : ' 4'
31+
32+ - << : *_test_stage
33+ node_js : ' 0.12'
34+
3535 # coverage includes testing, thats why 10 is not in test stage
3636 - stage : deploy
3737 script : bash .travis/script.sh install build coverage deploy
You can’t perform that action at this time.
0 commit comments