Update .travis.yml
This commit is contained in:
parent
d9acf0b7f6
commit
ec30b5151b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue