ref: e77ebfe38ace8448163fa704a2461e9432f3a52a
parent: 698ed9d5fccd2eecfcfe16c378e95204b569732f
author: Antonio Niño Díaz <antonio_nd@outlook.com>
date: Thu Jan 25 17:23:43 EST 2018
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>
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@
- ./.travis-deps.sh
os:
- linux
- - osx
compiler:
- clang
- gcc
--
⑨