Use gcc 4.8 on travis to ensure compatibility
This commit is contained in:
parent
c646bb848d
commit
140ac78b6b
@ -5,7 +5,7 @@ compiler:
|
|||||||
install:
|
install:
|
||||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh
|
||||||
&& chmod +x 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
|
&& rm update_gcc_version.sh
|
||||||
- sudo apt-get install libfuse-dev
|
- sudo apt-get install libfuse-dev
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user