diff options
author | Jarrett Chisholm <jarrettchisholm@gmail.com> | 2017-01-15 23:07:58 -0500 |
---|---|---|
committer | Jarrett Chisholm <jarrettchisholm@gmail.com> | 2017-01-15 23:07:58 -0500 |
commit | c210145db55c280e909d3fc18f3f729950485b0d (patch) | |
tree | 73ac14fd3160c4ac2191e109505a6a2dce519f33 | |
parent | e31c77ebcf60a33224ff57cb598ef8178b2c59d7 (diff) |
syntax error fix (for real this time)
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ff3cf7f..c06dba4 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 ppa: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 |