Skip to content

Commit

Permalink
use npx to simplify the Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Nov 6, 2017
1 parent 6b7a6cd commit db46985
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
dist: trusty
branches:
except: /^v\d/
language: node_js
node_js: node
after_script:
- npm install coveralls
- ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls
after_script: node_modules/.bin/nyc report --reporter=text-lcov | npx coveralls

0 comments on commit db46985

Please sign in to comment.