diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis/travis_install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/travis/travis_install.sh b/scripts/travis/travis_install.sh index f1dc5a66..b1a59e09 100755 --- a/scripts/travis/travis_install.sh +++ b/scripts/travis/travis_install.sh @@ -7,8 +7,8 @@ MAKE="make --jobs=$NUM_THREADS" # Install apt packages where the Ubuntu 12.04 default and ppa works for Caffe -#This ppa is for gflags and glog -add-aptrepository -y ppa:tuleu/precise-backports +# This ppa is for gflags and glog +add-apt-repository -y ppa:tuleu/precise-backports apt-get -y update apt-get install \ wget git curl \ |