From 35b032c8279fa60d7ecceec92a0a2b0e30b6dc85 Mon Sep 17 00:00:00 2001 From: Thomas Edvalson Date: Fri, 7 Feb 2014 22:57:55 -0500 Subject: [PATCH] Need sudo -_- --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 536caff..f5c9339 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get -qq update - sudo apt-get -qq install libgtest-dev g++-4.8 - - update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 + - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 - "cd /usr/src/gtest && sudo cmake . && sudo cmake --build . && sudo mv libg* /usr/local/lib/ ; cd -" script: "make test && cd test && ./run.sh" notifications: