Skip to content

Commit 7700049

Browse files
glebmxzyfer
authored andcommitted
travis: Disable coverage for static OSX build
There is no need to run this coverage build as we don't have any OSX-specific code. This build is very slow, and disabling it reduces our overall travis build time by ~10 minutes.
1 parent 7805af8 commit 7700049

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
@@ -45,7 +45,7 @@ matrix:
4545
env: AUTOTOOLS=no COVERAGE=no BUILD=shared
4646
- os: osx
4747
compiler: clang
48-
env: AUTOTOOLS=no COVERAGE=yes BUILD=static
48+
env: AUTOTOOLS=no COVERAGE=no BUILD=static
4949
- os: osx
5050
compiler: clang
5151
env: AUTOTOOLS=yes COVERAGE=no BUILD=shared

0 commit comments

Comments
 (0)