Skip to content

Commit

Permalink
Removed semvar lock from travis ci node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Sep 25, 2016
1 parent 68e4b53 commit 8b51938
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,6 +1,11 @@
sudo: false

language: node_js

node_js:
- "4.3.2"
- 6
- 4

script:
- npm run lint
- npm test

0 comments on commit 8b51938

Please sign in to comment.