Skip to content

Commit a787600

Browse files
authored
Merge pull request #490 from shizejin/coverage_branch
TRAVIS: Set coverage branch as `linux`.
2 parents 84774ed + 22c4831 commit a787600

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ script:
5050
- nosetests --with-coverage -a "!slow" --cover-package=quantecon
5151

5252
after_success:
53-
- coveralls
53+
- |
54+
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
55+
coveralls
56+
fi
5457
# Enable this to occasionally test performance
5558
# - nosetests -a "slow"

0 commit comments

Comments
 (0)