Use gcc 4.8 on travis to ensure compatibility

This commit is contained in:
Sebastian Messmer 2015-11-24 15:16:39 +01:00
parent 7b06b9e180
commit b9ce3896b8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ compiler:
install:
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh
&& chmod +x update_gcc_version.sh
&& ./update_gcc_version.sh 4.9
&& ./update_gcc_version.sh 4.8
&& rm update_gcc_version.sh
- sudo apt-get install libfuse-dev
# This is needed for packaging 7z distribution packages