diff options
author | Lioncash <mathew1800@gmail.com> | 2016-06-17 15:10:34 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2016-06-17 16:48:40 +0200 |
commit | a81b9ca6894e5117f48831aa23d2a028bbb29719 (patch) | |
tree | 042940b6d34dfb41badf606d65447e8d8e26ed81 /.travis-deps.sh | |
parent | travis: Use Qt 5 on Ubuntu CI builds (diff) | |
download | yuzu-a81b9ca6894e5117f48831aa23d2a028bbb29719.tar yuzu-a81b9ca6894e5117f48831aa23d2a028bbb29719.tar.gz yuzu-a81b9ca6894e5117f48831aa23d2a028bbb29719.tar.bz2 yuzu-a81b9ca6894e5117f48831aa23d2a028bbb29719.tar.lz yuzu-a81b9ca6894e5117f48831aa23d2a028bbb29719.tar.xz yuzu-a81b9ca6894e5117f48831aa23d2a028bbb29719.tar.zst yuzu-a81b9ca6894e5117f48831aa23d2a028bbb29719.zip |
Diffstat (limited to '.travis-deps.sh')
-rwxr-xr-x | .travis-deps.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis-deps.sh b/.travis-deps.sh index 4a79feb70..10b69f5c4 100755 --- a/.travis-deps.sh +++ b/.travis-deps.sh @@ -5,8 +5,8 @@ set -x #if OS is linux or is not set if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then - export CC=gcc-5 - export CXX=g++-5 + export CC=gcc-6 + export CXX=g++-6 mkdir -p $HOME/.local curl -L http://www.cmake.org/files/v3.1/cmake-3.1.0-Linux-i386.tar.gz \ |