summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index f74cbf8..2745538 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,13 +12,14 @@ os:
addons:
apt:
- - autoconf
- - automake
- - libtool
- - m4
- - libudev-dev
- sources:
- - ubuntu-toolchain-r-test
+ packages:
+ - autoconf
+ - automake
+ - libtool
+ - m4
+ - libudev-dev
+ sources:
+ - ubuntu-toolchain-r-test
script:
- ./autogen.sh && make -j4