summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Edvalson <machin3@gmail.com>2014-04-25 18:43:11 +0200
committerThomas Edvalson <machin3@gmail.com>2014-04-25 18:43:11 +0200
commitac4947bb68899853f3e5bb75218d56e057476cc4 (patch)
tree08687b9a8a7d60976896992ff2fbed25f5d7b4f0 /.travis.yml
parentRemove potentially unnecessary lines in Travis script. (diff)
downloadyuzu-ac4947bb68899853f3e5bb75218d56e057476cc4.tar
yuzu-ac4947bb68899853f3e5bb75218d56e057476cc4.tar.gz
yuzu-ac4947bb68899853f3e5bb75218d56e057476cc4.tar.bz2
yuzu-ac4947bb68899853f3e5bb75218d56e057476cc4.tar.lz
yuzu-ac4947bb68899853f3e5bb75218d56e057476cc4.tar.xz
yuzu-ac4947bb68899853f3e5bb75218d56e057476cc4.tar.zst
yuzu-ac4947bb68899853f3e5bb75218d56e057476cc4.zip
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 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