travis: add next missing selicolon.

pull/1356/head
Kim Kulling 2017-07-21 14:37:42 +02:00
parent 11e9173a09
commit e7afc8baf3
1 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq && sudo apt-get install cmake && sudo apt-get install cmake python3 && sudo apt-get install -qq freeglut3-dev libxmu-dev libxi-dev ; echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- ; fi
- 'if [ "$TRAVIS_OS_NAME" = "osx" ]; then
if brew ls versions cmake > /dev/null/; then
echo cmake already installed.;
else
brew install cmake;
fi