Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
travis: Disable coverage for static OSX build
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
glebm authored and xzyfer committed Dec 20, 2018
1 parent 7805af8 commit 7700049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ matrix:
env: AUTOTOOLS=no COVERAGE=no BUILD=shared
- os: osx
compiler: clang
env: AUTOTOOLS=no COVERAGE=yes BUILD=static
env: AUTOTOOLS=no COVERAGE=no BUILD=static
- os: osx
compiler: clang
env: AUTOTOOLS=yes COVERAGE=no BUILD=shared
Expand Down

0 comments on commit 7700049

Please sign in to comment.