From: Jarrett Chisholm Date: Mon, 16 Jan 2017 04:00:51 +0000 (-0500) Subject: syntax error X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=cc7495e30d4a234f6e080cf4ca9ed90996be3913;p=clyne%2Fentityx.git syntax error --- 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