mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
🍎 Don't fail on Mac OS X build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user