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
16
16
17
17
jobs :
18
18
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
+
35
35
# coverage includes testing, thats why 10 is not in test stage
36
36
- stage : deploy
37
37
script : bash .travis/script.sh install build coverage deploy
You can’t perform that action at this time.
0 commit comments