summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@me.com>2016-02-25 21:45:15 -0700
committerNathan Hjelm <hjelmn@me.com>2016-02-25 21:45:15 -0700
commit78dc70a860f7bd2ff56ec5506719faa32f4b2182 (patch)
treedcf69a2173781ff156b5217b1ba8a12672242d4b /.travis.yml
parentd38788904ad03ba210eb0a298007ca837f05deba (diff)
downloadlibusb-78dc70a860f7bd2ff56ec5506719faa32f4b2182.tar.gz
travis: sources line is needed
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 17a27ee..f74cbf8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,8 @@ addons:
- libtool
- m4
- libudev-dev
+ sources:
+ - ubuntu-toolchain-r-test
script:
- ./autogen.sh && make -j4