summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@me.com>2016-10-01 07:20:40 -0600
committerNathan Hjelm <hjelmn@me.com>2016-10-01 07:20:40 -0600
commitd39d8e9ef5a773eeb8fad019d73387fde79efaf6 (patch)
tree657f7c1d237b53ee670bcdf5bbd28fbdbd0e610a /.travis.yml
parent9bf44223d4c0eabbfbf8f9e979767fe424008ec0 (diff)
downloadlibusb-d39d8e9ef5a773eeb8fad019d73387fde79efaf6.tar.gz
travis osx fix
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d4469b8..536ab22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,9 @@ addons:
sources:
- ubuntu-toolchain-r-test
+before_install:
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew upgrade automake libtool; fi
+
script:
- ./autogen.sh && make -j4
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis-autogen.sh --disable-udev && make -j4; fi