projects
/
platform
/
upstream
/
libusb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78dc70a
)
travis: one more fix. need packages under apt
author
Nathan Hjelm
<hjelmn@me.com>
Fri, 26 Feb 2016 04:51:10 +0000
(21:51 -0700)
committer
Nathan Hjelm
<hjelmn@me.com>
Fri, 26 Feb 2016 04:51:10 +0000
(21:51 -0700)
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
.travis.yml
patch
|
blob
|
history
libusb/version_nano.h
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index f74cbf8ad412de2588efda0e874ada9b25067a1f..27455380651791c16c5017ba4d55d7415f2c3fb3 100644
(file)
--- 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
diff --git
a/libusb/version_nano.h
b/libusb/version_nano.h
index d989e9e2468bd741817e51e975402c03ffe8573f..c896b659014aa832bfa210f4ff443353cbb42e66 100644
(file)
--- a/
libusb/version_nano.h
+++ b/
libusb/version_nano.h
@@
-1
+1
@@
-#define LIBUSB_NANO 1107
4
+#define LIBUSB_NANO 1107
5