Skip to content

Commit

Permalink
Fix for travis not reporting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed Dec 13, 2014
1 parent 4cef58a commit 95ad633
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ script:
- npm install
- npm install tilestrata
# execute tests
- make test
- make test-ci-coverage || exit 0
- make test && (make test-ci-coverage || true)

0 comments on commit 95ad633

Please sign in to comment.