Skip to content

Commit

Permalink
forgot an ; fi at the end of the line
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxDonald committed Nov 9, 2018
1 parent 43540a1 commit 3c5973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -57,7 +57,7 @@ before_install:
# install newer version of pylint, the one fetched with apt-get is broken
#- if [ $TRAVIS_OS_NAME == linux ]; then sudo pip install pylint; fi
# Swig
- if [ $TRAVIS_OS_NAME == linux ]; then sudo add-apt-repository ppa:timsc/swig-3.0.12 -y; sudo apt-get update -q; sudo apt-get install swig
- if [ $TRAVIS_OS_NAME == linux ]; then sudo add-apt-repository ppa:timsc/swig-3.0.12 -y; sudo apt-get update -q; sudo apt-get install swig; fi
# MacOS Build
- if [ $TRAVIS_OS_NAME == osx ]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install boost swig sdl2 sdl2_image sdl2_ttf freetype openal-soft tinyxml glew libvorbis python3 python || brew upgrade boost swig sdl2 sdl2_image sdl2_ttf freetype openal-soft tinyxml glew libvorbis python3 python || brew outdated boost swig sdl2 sdl2_image sdl2_ttf freetype openal-soft tinyxml glew libvorbis python3 python; fi
- cmake --version
Expand Down

0 comments on commit 3c5973e

Please sign in to comment.