summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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