Skip to content

Commit

Permalink
Run coveralls on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Feb 9, 2018
1 parent bb447a7 commit ee0a163
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ branches:
# Pull request automation is not constrained to this set of branches.
only:
- master
script: npm test
matrix:
fast_finish: true
include:
- os: linux
env: CXX=g++-4.8 TEST_SUITE=test
- os: linux
env: CXX=g++-4.8 TEST_SUITE=coveralls
script: npm run $TEST_SUITE

0 comments on commit ee0a163

Please sign in to comment.