Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
chore: coverage not needed in Travis, Circle CI does it
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider authored and daviddias committed Jan 29, 2018
1 parent 074cfa5 commit 321682d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ matrix:
script:
- npm run lint
- npm run test
- npm run coverage

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

after_success:
- npm run coverage-publish

addons:
firefox: 'latest'
apt:
Expand Down

0 comments on commit 321682d

Please sign in to comment.