mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-25 02:44:20 +00:00
separates before_install & install steps in travis
This commit is contained in:
parent
052840502b
commit
2e069c5e5b
@ -12,6 +12,8 @@ before_install:
|
|||||||
- pip install hererocks
|
- pip install hererocks
|
||||||
- hererocks base -r^ --$LUA
|
- hererocks base -r^ --$LUA
|
||||||
- export PATH=$PATH:$PWD/base/bin # Add directory with all installed binaries to PATH
|
- export PATH=$PATH:$PWD/base/bin # Add directory with all installed binaries to PATH
|
||||||
|
|
||||||
|
install:
|
||||||
- luarocks install busted
|
- luarocks install busted
|
||||||
- luarocks install luacov
|
- luarocks install luacov
|
||||||
- luarocks install luacov-coveralls
|
- luarocks install luacov-coveralls
|
||||||
|
Loading…
Reference in New Issue
Block a user