Skip to content

Commit

Permalink
[chore] try to fix coverage on PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Jun 27, 2017
1 parent e5090de commit dd56893
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: node_js
node_js:
- "7"
- "6"
cache: yarn
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- make tests-ci
- COVERAGE=true make tests-single-run
after_success:
- make coveralls

0 comments on commit dd56893

Please sign in to comment.