Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3eb878c

Browse files
author
Patrick Walsh
committed
Fixes Travis config
1 parent c1da395 commit 3eb878c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ node_js:
33
- 6
44
- 8
55
- 10
6-
matrix:
7-
include:
8-
- node_js: 8
9-
env: TEST_SUITE=browser
106
cache:
117
directories:
128
- node_modules
@@ -22,6 +18,8 @@ after_success:
2218
- npm run coveralls
2319
jobs:
2420
include:
21+
- node_js: 8
22+
env: TEST_SUITE=browser
2523
- stage: npm release
2624
script: echo "Publishing to npm..."
2725
node_js: 8

0 commit comments

Comments
 (0)