Correct missing 'sudo' for travis setup

This commit is contained in:
Jason Turner 2015-05-30 16:07:12 -06:00
parent 3701477f7f
commit f6600c90e4

View File

@ -17,7 +17,7 @@ before_install:
- sudo pip install cpp-coveralls - sudo pip install cpp-coveralls
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update - sudo apt-get update
- apt-get install -qq g++-$GCC_VER - sudo apt-get install -qq g++-$GCC_VER
script: script:
- if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug . ; fi - if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug . ; fi