separates before_install & install steps in travis

This commit is contained in:
kikito 2015-12-26 13:11:58 +01:00
parent 052840502b
commit 2e069c5e5b

View File

@ -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