travis: add missing semicolons.

pull/1356/head
Kim Kulling 2017-07-21 12:36:10 +02:00
parent f7a7e57807
commit 91f888a254
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ before_install:
- 'if [ "$TRAVIS_OS_NAME" = "osx" ]; then
if brew ls versions cmake > /dev/null/ then
else
brew install cmake
brew install cmake;
fi
brew install python3
brew install python3;
brew install homebrew/x11/freeglut;
fi'
- echo -e "#ifndef A_R_H_INC\n#define A_R_H_INC\n#define GitVersion ${TRAVIS_JOB_ID}\n#define GitBranch \"${TRAVIS_BRANCH}\"\n#endif // A_R_H_INC" > revision.h