Removed references to $TRAVIS from Makefiles.

After all it seems much cleaner to explicitly control the behaviour from the .travis.yml file than to behave differently "under the hood" when detecting a Travis CI build.
This commit is contained in:
Oliver Schmidt
2014-03-16 21:31:00 +01:00
parent 4ea84c4843
commit 1d6000213c
3 changed files with 15 additions and 6 deletions

View File

@@ -3,8 +3,10 @@ language:
install:
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686
script:
- make
- make -C src clean bin CROSS_COMPILE=i686-w64-mingw32-
- make bin USER_CFLAGS=-Werror
- make lib QUIET=1
- make -C src clean
- make bin USER_CFLAGS=-Werror CROSS_COMPILE=i686-w64-mingw32-
- make doc zip
after_success:
- make -f Makefile.gh-pages