Skip to content

Commit

Permalink
Fixed Sonar. Enable tests and coveralls again
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Mar 2, 2019
1 parent e082169 commit 76e9170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ addons:
name: "$TRAVIS_CURRENT_BRANCH"

script:
# - npm test
# - npm run coveralls
- npm test
- npm run coveralls
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sonar-scanner; fi'

0 comments on commit 76e9170

Please sign in to comment.