Skip to content

Commit d41f1e0

Browse files
committed
restore travis stages
1 parent 41b4628 commit d41f1e0

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.travis.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ _test_stage: &_test_stage
1616

1717
jobs:
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

0 commit comments

Comments
 (0)