Skip to content

Commit

Permalink
use npx to simplify after_script
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Oct 23, 2017
1 parent 29dbab5 commit 47bd269
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
@@ -1,11 +1,8 @@
sudo: false
git:
depth: 2
language: node_js
node_js:
- node
- '4'
before_install: npm install --global npm
script: npm run-script pretest && npm run-script coverage
after_script:
- npm install istanbul-coveralls
- node node_modules/.bin/istanbul-coveralls
after_script: npx istanbul-coveralls

0 comments on commit 47bd269

Please sign in to comment.