Trying to fix travis-ci.

master
Robert G. Jakabosky 10 years ago
parent 226976543c
commit 601ea38a91

@ -15,9 +15,7 @@ compiler:
- gcc - gcc
before_install: before_install:
- if [ $LUA = "luajit" ]; then - if [ $LUA = "luajit" ]; then sudo add-apt-repository ppa:mwild1/ppa -y && sudo apt-get update -y; fi
sudo add-apt-repository ppa:mwild1/ppa -y && sudo apt-get update -y;
fi
install: ./scripts/travis_install.sh install: ./scripts/travis_install.sh

Loading…
Cancel
Save