mirror of https://github.com/davisking/dlib.git
Try turning on OS X testing on travis.
This commit is contained in:
parent
cc0cbc0248
commit
e3f67173ff
14
.travis.yml
14
.travis.yml
|
@ -108,12 +108,12 @@ matrix:
|
||||||
###################
|
###################
|
||||||
# # Disabled because travis's OS X machines take hours (or days) to begin
|
# # Disabled because travis's OS X machines take hours (or days) to begin
|
||||||
# running. Or maybe they are just broken entirely. Who knows.
|
# running. Or maybe they are just broken entirely. Who knows.
|
||||||
#- language: cpp
|
- language: cpp
|
||||||
# os: osx
|
os: osx
|
||||||
# osx_image: xcode9.2
|
osx_image: xcode9.2
|
||||||
# env:
|
env:
|
||||||
# - VARIANT=test
|
- VARIANT=test
|
||||||
# script:
|
script:
|
||||||
# - dlib/travis/build-and-test.sh
|
- dlib/travis/build-and-test.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue