Skip to content

Commit

Permalink
moving coveralls to script
Browse files Browse the repository at this point in the history
this way it won't run on deploy job
  • Loading branch information
tambien committed May 19, 2018
1 parent 90e16dc commit 3c9202d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,8 +8,8 @@ install:
- npm ci
- git config --global user.email "travis@travis-ci.org"
- git config --global user.name "Travis CI"
script: npm run test:travis
after_success:
script:
- npm run test:travis
- npm run coveralls
before_deploy:
- cd gulp
Expand Down

0 comments on commit 3c9202d

Please sign in to comment.