Skip to content

Commit 0e6fe95

Browse files
author
Patrick Walsh
authored
Merge pull request #117 from particle-iot/fix/travis-ci-config
Fixes Travis config
2 parents c1da395 + 3eb878c commit 0e6fe95

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)