]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Update .travis.yml
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 7 Apr 2014 13:55:47 +0000 (10:55 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 7 Apr 2014 13:55:47 +0000 (10:55 -0300)
 - Add cython to the dependencies, so it can compile the python bindings
 - Remove unecessary -Wno-error since now we don't use -Werror anymore.

.travis.yml

index 262a1c559e4d3c676b939eb25870c5599b8f4692..225be238bc9ac1d4bb64ef538d89e1ca65eae46f 100644 (file)
@@ -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: