🍎 Don't fail on Mac OS X build

This commit is contained in:
Antonio Scandurra
2015-04-09 10:40:50 +02:00
parent 821f60924f
commit 3d6c6d0cc1

View File

@@ -3,7 +3,7 @@ os:
- osx
install:
- test "$TRAVIS_OS_NAME" = "linux" && sudo apt-get install build-essential git libgnome-keyring-dev fakeroot
- test "$TRAVIS_OS_NAME" = "linux" && sudo apt-get install build-essential git libgnome-keyring-dev fakeroot || true
script: script/cibuild