Skip to content

Commit 28e307f

Browse files
committed
chore(travis): speed up travis build
1 parent 9528e4e commit 28e307f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,15 @@ language: node_js
44
node_js:
55
- "11"
66
- "10"
7-
- "9"
87
- "8"
98
- "6"
10-
- "6.10"
119
after_success: 'npm run coveralls'
1210

1311
os:
1412
- linux
1513

1614
jobs:
1715
include:
18-
- stage: install
19-
script: npm install
20-
skip_cleanup: true
2116
- stage: test
2217
script: npm run test
2318
skip_cleanup: true

0 commit comments

Comments
 (0)