[Tests] update gcc to 4.8

Jordan Harband 2016-08-15 12:55:49 -07:00
parent 62696cb0d6
commit f178a09d89
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ cache:
- $HOME/.stack
- $TRAVIS_BUILD_DIR/.cache
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -q
- sudo apt-get install gcc-4.8 -y
- $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL
- curl --version
- wget --version