From 2e069c5e5bac4dba9326094d1b2ffa10732862ba Mon Sep 17 00:00:00 2001 From: kikito Date: Sat, 26 Dec 2015 13:11:58 +0100 Subject: [PATCH] separates before_install & install steps in travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 205c61c..8d0a617 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ before_install: - pip install hererocks - hererocks base -r^ --$LUA - export PATH=$PATH:$PWD/base/bin # Add directory with all installed binaries to PATH + +install: - luarocks install busted - luarocks install luacov - luarocks install luacov-coveralls