Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Run Node.js v8 and v10 on CI (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored and redonkulus committed Sep 12, 2018
1 parent f6c9821 commit 4a562ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ sudo: false
language: node_js
node_js:
- 6
- 8
- 10
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
script: npm run lint && npm test
notifications:
Expand Down

0 comments on commit 4a562ff

Please sign in to comment.