Skip to content

Commit

Permalink
Fixed travis one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
flasd committed Jul 9, 2017
1 parent ea8a1fa commit 4c6a9a7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
@@ -1,11 +1,12 @@
language: node_js
sudo: false

node_js:
- "4",
- "5",
- "6",
- "7"
- 7
- 6
- 5

install:
- npm install

script:
- npm test
- npm test

0 comments on commit 4c6a9a7

Please sign in to comment.