mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-22 20:23:04 +00:00
Temporarily remove travis branch restriction
This commit is contained in:
parent
d322c3ac9b
commit
76c660292e
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ matrix:
|
|||
osx_image: xcode7.3
|
||||
xcode_sdk: macosx10.11
|
||||
sudo: required
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
# branches:
|
||||
# only:
|
||||
# - master
|
||||
install:
|
||||
# Install Apple's NullAudio device. Travis' VMs don't have any audio devices installed.
|
||||
- sudo xcodebuild -project BGMApp/BGMAppTests/NullAudio/AudioDriverExamples.xcodeproj -target NullAudio DSTROOT="/" install
|
||||
|
|
Loading…
Reference in a new issue