Commit b69bc3bc authored by Greg Williams's avatar Greg Williams
Browse files

Added new PPA to get gcc-4.8 on travis CI

parent 337776c1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -4,8 +4,9 @@ os:
  - osx
compiler:
  - clang
  - gcc
install:
  - gcc-4.8
before_script:
  - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
  - sudo apt-get update -qq
  - sudo apt-get install -y gcc-4.8
  - bundle install