aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Thomas Edvalson <machin3@gmail.com>2014-04-25 12:43:11 -0400
committerGravatar Thomas Edvalson <machin3@gmail.com>2014-04-25 12:43:11 -0400
commitac4947bb68899853f3e5bb75218d56e057476cc4 (patch)
tree08687b9a8a7d60976896992ff2fbed25f5d7b4f0 /.travis.yml
parent5c768453630d873489a514728c73a4c49c2295a7 (diff)
One of the lines wasn't quite unneccesary.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 51c19a28..6ef2477c 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