Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t32k committed Dec 29, 2016
1 parent f0e8d8c commit 26b63d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ cache:
env:
global:
- NPM_CONFIG_PROGRESS=false
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
#after_success:
# - './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"assets"
],
"scripts":{
"test":"nyc ava",
"test":"xo && ava",
"lint":"xo",
"watch":"watch 'npm run lint'",
"build":"BABEL_ENV=production babel --out-dir=dist index.js"
Expand Down

0 comments on commit 26b63d2

Please sign in to comment.