mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-08 09:34:22 +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
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user