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.
This commit is contained in:
Adrian Perez de Castro
2016-07-03 15:24:12 +03:00
parent 513aac201d
commit a8ebe24d38

View File

@@ -12,6 +12,8 @@ before_install:
- hererocks here -r^ --$LUA - hererocks here -r^ --$LUA
- export PATH=$PATH:$PWD/here/bin - export PATH=$PATH:$PWD/here/bin
- eval `luarocks path --bin` - eval `luarocks path --bin`
install:
- lua -v - lua -v
script: script: