Skip to content

Commit

Permalink
update travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Sep 19, 2016
1 parent 14606de commit 2a555f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
@@ -1,12 +1,12 @@
language: node_js

node_js:
- "6"

- "6"
sudo: false

script: npm test

script: npm run $COMMAND
env:
matrix:
- COMMAND=test
- COMMAND=coverage
branches:
only:
- master

0 comments on commit 2a555f4

Please sign in to comment.