Commit 4d6bfc85 authored by Davis King's avatar Davis King

Disable OSX testing since the travis-ci OS X machines are broken apparently.

parent ff535979
...@@ -59,13 +59,15 @@ matrix: ...@@ -59,13 +59,15 @@ matrix:
- dlib/travis/build-and-test.sh - dlib/travis/build-and-test.sh
################### ###################
- language: cpp # # Disabled because travis's OS X machines take hours (or days) to begin
os: osx # running. Or maybe they are just broken entirely. Who knows.
osx_image: xcode9.2 #- language: cpp
env: # os: osx
- VARIANT=test # osx_image: xcode9.2
script: # env:
- dlib/travis/build-and-test.sh # - VARIANT=test
# script:
# - dlib/travis/build-and-test.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment