Skip to content

Commit

Permalink
Merge pull request #33 from ewasm/travis
Browse files Browse the repository at this point in the history
Run Travis on Node 10
  • Loading branch information
axic authored Dec 4, 2018
2 parents 647c997 + 9813fa8 commit e4070b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: node_js
node_js:
- "9"
- "10"
env:
matrix:
- TEST_SUITE=test
matrix:
fast_finish: true
include:
- os: linux
node_js: "9"
node_js: "10"
env: TEST_SUITE=coveralls
- os: linux
node_js: "9"
node_js: "10"
env: TEST_SUITE=lint
script: npm run $TEST_SUITE

0 comments on commit e4070b0

Please sign in to comment.