1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

Trying gcc 4.8 on travis to avoid bogus strict aliasing warnings.

Copied from Perforce
 Change: 191246
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2016-04-19 16:12:43 +01:00
parent 3b61f6cb24
commit 757dd02c4e

View file

@ -17,7 +17,7 @@ notifications:
- mps-travis@ravenbrook.com
irc: "irc.freenode.net#memorypoolsystem"
before_install:
- test "$TRAVIS_OS_NAME" = "linux" && sudo apt-get -qq update
- test "$TRAVIS_OS_NAME" = "linux" && sudo apt-get install -y gcc-4.7
- if test "$TRAVIS_OS_NAME" = "linux"; then sudo apt-get -qq update; fi
- if test "$TRAVIS_OS_NAME" = "linux"; then sudo apt-get install -y gcc-4.8; fi
script:
- ./configure --prefix=$PWD/prefix && make install && make test