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:
9bf4422
)
travis osx fix
author
Nathan Hjelm
<hjelmn@me.com>
Sat, 1 Oct 2016 13:20:40 +0000
(07:20 -0600)
committer
Nathan Hjelm
<hjelmn@me.com>
Sat, 1 Oct 2016 13:20:40 +0000
(07:20 -0600)
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
d4469b8
..
536ab22
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-23,6
+23,9
@@
addons:
sources:
- ubuntu-toolchain-r-test
+before_install:
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew upgrade automake libtool; fi
+
script:
- ./autogen.sh && make -j4
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis-autogen.sh --disable-udev && make -j4; fi
diff --git
a/libusb/version_nano.h
b/libusb/version_nano.h
index
59027da
..
e437be1
100644
(file)
--- a/
libusb/version_nano.h
+++ b/
libusb/version_nano.h
@@
-1
+1
@@
-#define LIBUSB_NANO 1115
1
+#define LIBUSB_NANO 1115
2