Skip to content

Commit

Permalink
Disable Travis MacOS builds for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Pfeiffer authored and fingolfin committed Jan 23, 2018
1 parent 3afc42f commit 1b8a8e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ matrix:
- libzmq3-dev:i386 # for ZeroMQInterface

# OS X builds: since those are slow and limited on Travis, we only run testinstall
- env: TEST_SUITES="docomp testinstall"
os: osx
compiler: clang
# OS X builds are currently disabled because Travis has performance problems
# - env: TEST_SUITES="docomp testinstall"
# os: osx
# compiler: clang

# test creating the manual
- env: TEST_SUITES=makemanuals CONFIGFLAGS="--enable-debug"
Expand Down

0 comments on commit 1b8a8e5

Please sign in to comment.