From 6f37771660ca4ca340278b2b8e1703e2c1b607d3 Mon Sep 17 00:00:00 2001 From: TitanSnow Date: Thu, 25 May 2017 09:53:28 +0800 Subject: fix lua version on macos --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index b08001b32..091ce0618 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,14 +15,9 @@ matrix: - gcc-5 - luarocks -env: - global: - - LUAROCKS=2.2.2 - - LUA=lua5.1 - install: - - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install dmd rust lua; fi - - sudo luarocks install luacov + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install dmd rust lua51; fi + - sudo luarocks install luacov || sudo luarocks-5.1 install luacov script: - scripts/get.sh __local__ -- cgit v1.3.1