From: Lucas De Marchi Date: Mon, 7 Apr 2014 13:55:47 +0000 (-0300) Subject: Update .travis.yml X-Git-Tag: v18~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29bc329f550644aa034b1581fd1ccbb6ab787d4b;p=platform%2Fupstream%2Fkmod.git 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. --- 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: