Disable OSX builds in Travis CI

Travis seems to be having some problems with OSX builds, so it's better
to disable them temporarily.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2018-01-25 22:23:43 +00:00
parent 698ed9d5fc
commit e77ebfe38a

View File

@@ -4,7 +4,6 @@ install:
- ./.travis-deps.sh
os:
- linux
- osx
compiler:
- clang
- gcc