summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2014-04-07 10:55:47 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2014-04-07 10:55:47 -0300
commit29bc329f550644aa034b1581fd1ccbb6ab787d4b (patch)
treec367bf2f018041b5d635f08ef84a4494bf942c35
parent49d8e0b59052999de577ab732b719cfbeb89504d (diff)
downloadkmod-29bc329f550644aa034b1581fd1ccbb6ab787d4b.tar.gz
kmod-29bc329f550644aa034b1581fd1ccbb6ab787d4b.tar.bz2
kmod-29bc329f550644aa034b1581fd1ccbb6ab787d4b.zip
Update .travis.yml
- Add cython to the dependencies, so it can compile the python bindings - Remove unecessary -Wno-error since now we don't use -Werror anymore.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 262a1c5..225be23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,9 @@ before_install:
- sudo apt-get install -qq liblzma-dev
- sudo apt-get install -qq zlib1g-dev
- sudo apt-get install -qq xsltproc docbook-xsl
+ - sudo apt-get install -qq cython
# Change this to your needs
-script: ./bootstrap-configure && make CFLAGS="-Wno-error" && make CFLAGS="-Wno-error" check
+script: ./bootstrap-configure && make && make check
notifications:
irc:
channels: