From 601ea38a919972b046698e2a71222874e4524b4b Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Fri, 22 Jan 2016 12:00:16 +0800 Subject: [PATCH] Trying to fix travis-ci. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb9a456..fd3d84e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,7 @@ compiler: - gcc before_install: - - if [ $LUA = "luajit" ]; then - sudo add-apt-repository ppa:mwild1/ppa -y && sudo apt-get update -y; - fi + - if [ $LUA = "luajit" ]; then sudo add-apt-repository ppa:mwild1/ppa -y && sudo apt-get update -y; fi install: ./scripts/travis_install.sh