summaryrefslogtreecommitdiff
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
parent1624d8d855633bf19853873a1c88ebe7a8459005 (diff)
downloadlibusb-09f212b730910c3e910265166a6a46f0c8a86d5a.tar.gz
travis: use addons to install packages
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
-rw-r--r--.travis.yml10
-rw-r--r--libusb/version_nano.h2
2 files changed, 9 insertions, 3 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
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 8c98404..05e39de 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11071
+#define LIBUSB_NANO 11072