Skip to content

Commit

Permalink
Arreglo .travis.yml para qa-control
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoefe committed Nov 15, 2016
1 parent 57175a3 commit 94cd1a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ language: node_js
node_js:
- "4"
- "6"
- "7"
matrix:
fast_finish: true
allow_failures:
- node_js: "6"
- 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 94cd1a0

Please sign in to comment.