summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@me.com>2016-02-25 13:23:19 -0700
committerNathan Hjelm <hjelmn@me.com>2016-02-25 13:23:19 -0700
commit65569f2e41ce2724bce5d32d2d4893ae5dbb8219 (patch)
tree63644a1bc7e03a8338345ecf7481d29ec69f88d7 /.travis.yml
parent67b2f4b8c7f273b3881cc2445a7db9986e2ab256 (diff)
downloadlibusb-65569f2e41ce2724bce5d32d2d4893ae5dbb8219.tar.gz
travis: test xcode project
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b00433..db6b82e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,3 +15,4 @@ before_install:
script:
- ./autogen.sh && make -j4
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./autogen.sh --disable-udev && make -j4; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd Xcode && xcodebuild -project libusb.xcodeproj ; fi