summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@me.com>2016-02-25 21:40:30 -0700
committerNathan Hjelm <hjelmn@me.com>2016-02-25 21:40:30 -0700
commitd38788904ad03ba210eb0a298007ca837f05deba (patch)
tree430b2a0015e6f68cc57a11a7d4e898e7fee3db0d /.travis.yml
parent09f212b730910c3e910265166a6a46f0c8a86d5a (diff)
downloadlibusb-d38788904ad03ba210eb0a298007ca837f05deba.tar.gz
travis: bah. remove tabs
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index b5f0ce4..17a27ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,10 +13,10 @@ os:
addons:
apt:
- autoconf
- - automake
- - libtool
- - m4
- - libudev-dev
+ - automake
+ - libtool
+ - m4
+ - libudev-dev
script:
- ./autogen.sh && make -j4