Skip to content

Commit

Permalink
fix travis to node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
rwieruch committed Dec 6, 2018
1 parent 7bcbc18 commit 7e7a690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,10 +1,10 @@
language: node_js

node_js:
- stable
- '10'

install:
- npm install

script:
- npm test
- npm test

0 comments on commit 7e7a690

Please sign in to comment.