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