Skip to content

Commit

Permalink
Cambio travis.yaml para que testee en 8 y 10
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioplatzer committed Jul 11, 2018
1 parent 58a3ab5 commit 45c3bc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
- "10"
matrix:
fast_finish: true
allow_failures:
- node_js: "7"
script: "npm run-script test-ci"
after_script: "npm install coveralls@2.11.8 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 45c3bc0

Please sign in to comment.