projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d38f28
)
travis.yml: remove unrecognized option
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 9 Dec 2016 17:34:42 +0000
(18:34 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 9 Dec 2016 17:34:42 +0000
(18:34 +0100)
configure: WARNING: unrecognized options: --with-python
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
03d9dde
..
b20d9a3
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-53,4
+53,4
@@
before_install:
perl
protobuf-c-compiler
python-dev
-script: sh build.sh && ./configure
--with-python=/usr/bin/python && make distcheck DISTCHECK_CONFIGURE_FLAGS="--with-python=/usr/bin/python"
+script: sh build.sh && ./configure
&& make distcheck