Update .travis.yml

This commit is contained in:
Maijin 2015-08-28 23:27:28 +02:00
parent d9acf0b7f6
commit ec30b5151b

View file

@ -91,7 +91,7 @@ script:
- ulimit -s 32768
# Now on to actually building stuff...
# Set prefix for which we don't need sudo
- CFLAGS='-fprofile-arcs -ftest-coverage'
- export CFLAGS='-fprofile-arcs -ftest-coverage'
- ./configure --prefix=`pwd`/install > /dev/null # TODO: Might enable some of the additional features.
- make -s > /dev/null
- make install > /dev/null