summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStephen <stephen@egroat.com>2018-03-30 07:09:09 -0700
committerNathan Hjelm <hjelmn@cs.unm.edu>2018-07-09 14:30:55 -0600
commit5912d561a755c0af799530fb47d5e65eb25fde4a (patch)
tree4e854a045af24b0644ab66233246d2457e810f88 /.travis.yml
parent0034b2afdcdb1614e78edaa2a9e22d5936aeae5d (diff)
downloadlibusb-5912d561a755c0af799530fb47d5e65eb25fde4a.tar.gz
Move to brew bundle
improved dependency management with brew bundle
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6beda37..aaa8ece 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,9 +41,8 @@ addons:
- ubuntu-toolchain-r-test
before_install:
- # brew upgrade sets the return code to 1 if the latest version is already installed. the true command
- # is used to reset the return code to 0.
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew upgrade automake libtool ; true; fi
+ # 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