Skip to content

Commit

Permalink
specify node versio in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKovalenko committed Nov 12, 2018
1 parent e86fee1 commit 103f15b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,4 +1,6 @@
language: node_js
node_js:
- "6.9.2"
install: npm install
script: npm run lint && npm test && npm run build
after_script:
Expand Down

0 comments on commit 103f15b

Please sign in to comment.