aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarrett Chisholm <jarrettchisholm@gmail.com>2017-01-15 23:00:51 -0500
committerJarrett Chisholm <jarrettchisholm@gmail.com>2017-01-15 23:00:51 -0500
commitcc7495e30d4a234f6e080cf4ca9ed90996be3913 (patch)
tree2fa2d7975040b2329685f20c0bdecdb07d692eeb
parent7b1e9bf977ee2d4926853a757fe216bf011562a1 (diff)
syntax error
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 028a076..ff3cf7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ compiler:
before_install:
- sudo apt-add-repository -y ppa:jkeiren/ppa
- if test $CC = gcc; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
- - sudo add-apt-repository -y george-edison55-precise-backports
+ - sudo add-apt-repository -y george-edison55/precise-backports
- sudo apt-get update -qq
- if test $CC = gcc; then sudo apt-get install --yes --force-yes gcc-4.7 g++-4.7; fi
- if test $CC = gcc; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 20; fi