One of the lines wasn't quite unneccesary.

This commit is contained in:
Thomas Edvalson 2014-04-25 12:43:11 -04:00
parent 5c76845363
commit ac4947bb68
1 changed files with 1 additions and 0 deletions

View File

@ -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