Skip to content

Commit ee0a163

Browse files
committed
Run coveralls on travis
1 parent bb447a7 commit ee0a163

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ branches:
88
# Pull request automation is not constrained to this set of branches.
99
only:
1010
- master
11-
script: npm test
11+
matrix:
12+
fast_finish: true
13+
include:
14+
- os: linux
15+
env: CXX=g++-4.8 TEST_SUITE=test
16+
- os: linux
17+
env: CXX=g++-4.8 TEST_SUITE=coveralls
18+
script: npm run $TEST_SUITE

0 commit comments

Comments
 (0)