summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@me.com>2016-02-25 21:36:26 -0700
committerNathan Hjelm <hjelmn@me.com>2016-02-25 21:36:26 -0700
commit09f212b730910c3e910265166a6a46f0c8a86d5a (patch)
tree09a0d8ffee48507214387c248eccf6701f37fe3d /.travis.yml
parent1624d8d855633bf19853873a1c88ebe7a8459005 (diff)
downloadlibusb-09f212b730910c3e910265166a6a46f0c8a86d5a.tar.gz
travis: use addons to install packages
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index db6b82e..b5f0ce4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,14 @@ os:
- linux
- osx
-before_install:
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq && sudo apt-get install -qq libudev-dev; fi
+
+addons:
+ apt:
+ - autoconf
+ - automake
+ - libtool
+ - m4
+ - libudev-dev
script:
- ./autogen.sh && make -j4