Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit fa6b48c

Browse files
mbutrovichapavlo
authored andcommitted
Coveralls fix. (#1403)
1 parent 078a438 commit fa6b48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ script:
8787
- if [[ $TRAVIS_OS_NAME != 'osx' ]]; then python ../script/testing/junit/run_junit.py; fi
8888
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then ASAN_OPTIONS=detect_container_overflow=0 python ../script/testing/junit/run_junit.py; fi
8989
# upload coverage info
90-
- if [[ $TRAVIS_OS_NAME == 'On' ]]; then make coveralls; fi
90+
- if [[ $COVERALLS == 'On' ]]; then make coveralls; fi

0 commit comments

Comments
 (0)