Skip to content

Commit

Permalink
chore: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrof-ciandt authored and lnfnunes committed Oct 23, 2018
1 parent b0d11d4 commit 2f0095f
Show file tree
Hide file tree
Showing 4 changed files with 3,639 additions and 4,881 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
sudo: false
language: node_js
node_js:
- "8.5"
- "7"
- "6"
node_js: lts/*
cache:
yarn: true
directories:
- node_modules
before_script:
- npm prune
- yarn
script:
- npm test
- yarn test
after_success:
- ./node_modules/.bin/coveralls < coverage/lcov.info
- ./node_modules/.bin/coveralls < coverage/lcov.info

Loading

0 comments on commit 2f0095f

Please sign in to comment.