From a8ebe24d38ca904685ad7a3b8d5474fca36f63af Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Sun, 3 Jul 2016 15:24:12 +0300 Subject: [PATCH] CI: Do nothing in "install" step This is needed to override the default action of the "python" build type, which is installing from requirements.txt with pip. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1011301..54556bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ before_install: - hererocks here -r^ --$LUA - export PATH=$PATH:$PWD/here/bin - eval `luarocks path --bin` + +install: - lua -v script: