Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed Mar 17, 2019
1 parent 881687c commit 30c3422
Show file tree
Hide file tree
Showing 3 changed files with 1,445 additions and 486 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- iojs
- '11'
- '10'
- '9'
- '8'
- '7'
Expand All @@ -20,8 +22,8 @@ matrix:
before_script:
# Mocha 4+ requires node>=4.
- node -e 'const a = b => 1;' 2>/dev/null || npm i mocha@~3.0.0
after_script:
- if [ -n "$AVSC_COVERAGE" ] ; then cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js ; fi
script:
- if [[ -n "$AVSC_COVERAGE" ]]; then npm run coverAndPublish; else npm test; done
deploy:
provider: npm
email: [email protected]
Expand Down
Loading

0 comments on commit 30c3422

Please sign in to comment.