Browse Source

[Tests] update gcc to 4.8

Jordan Harband 9 years ago
parent
commit
f178a09d89
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
  1. 3
      .travis.yml

3
.travis.yml

@ -9,6 +9,9 @@ cache: @@ -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

Loading…
Cancel
Save