diff options
author | Thomas Edvalson <machin3@gmail.com> | 2014-04-25 12:43:11 -0400 |
---|---|---|
committer | Thomas Edvalson <machin3@gmail.com> | 2014-04-25 12:43:11 -0400 |
commit | ac4947bb68899853f3e5bb75218d56e057476cc4 (patch) | |
tree | 08687b9a8a7d60976896992ff2fbed25f5d7b4f0 | |
parent | 5c768453630d873489a514728c73a4c49c2295a7 (diff) |
One of the lines wasn't quite unneccesary.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 51c19a288..6ef2477c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: cpp compiler: - gcc before_install: + - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get -qq update - sudo apt-get -qq install libgtest-dev g++-4.8 xorg-dev libglu1-mesa-dev - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 |