sudo is no longer required on Travis, switch to faster build infrastructure

This commit is contained in:
Tim Felgentreff 2015-12-08 11:43:24 +01:00
parent 31e8b89a14
commit 9a70b60ebd

View file

@ -1,5 +1,5 @@
language: cpp
sudo: required
# sudo: required
# compiler:
# - gcc
# - clang
@ -17,7 +17,6 @@ addons:
- zlib1g-dev
- libpng12-dev
before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libtolua++5.1-dev; fi
- "if [ $TRAVIS_OS_NAME == osx ]; then brew install lua51 sdl; \
git clone https://github.com/LuaDist/toluapp.git; \
cd toluapp; mkdir build;