Need sudo -_-

This commit is contained in:
Thomas Edvalson
2014-02-07 22:57:55 -05:00
parent 286bf9d57d
commit 35b032c827
+1 -1
View File
@@ -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: