summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2018-12-17 11:42:33 -0800
committerNathan Hjelm <hjelmn@me.com>2019-01-08 18:03:48 -0700
commit92a568678c3256ccb537d7e07b2dd60888dcdbb3 (patch)
tree677dedbd1f1889faf36df10bf5cd727fcad04839 /.travis.yml
parentc6f3866414e8deeee19e8a9f10f20bde9cb408d3 (diff)
downloadlibusb-92a568678c3256ccb537d7e07b2dd60888dcdbb3.tar.gz
use travis homebrew addon for reliability
Closes #513 Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index aaa8ece..f5d194a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,9 @@ matrix:
compiler: clang
addons:
+ homebrew:
+ update: true
+ brewfile: true
apt:
packages:
- autoconf
@@ -40,10 +43,6 @@ addons:
sources:
- ubuntu-toolchain-r-test
-before_install:
- # brew bundle installs or upgrades packages in Brewfile
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew bundle && brew bundle cleanup --force; fi
-
script:
- ./autogen.sh && make clean && make
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis-autogen.sh --disable-udev && make clean && make ; fi