mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
fix travis?
This commit is contained in:
parent
7f423613d7
commit
be0c7d47fc
@ -3,8 +3,9 @@ language: c
|
||||
install:
|
||||
- sudo apt-get install luarocks
|
||||
- mkdir -p ~/.luarocks
|
||||
- echo 'rocks_servers = { "http://rocks.moonscript.org" }' > ~/.luarocks/config.lua
|
||||
- sudo luarocks install https://rocks.moonscript.org/manifests/olivine-labs/busted-2.0.rc7-0.rockspec
|
||||
- echo 'rocks_servers = { "http://luarocks.org" }' > ~/.luarocks/config.lua
|
||||
- sudo luarocks install https://raw.githubusercontent.com/Olivine-Labs/busted/master/busted-2.0.rc10-0.rockspec
|
||||
- sudo luarocks install https://raw.githubusercontent.com/leafo/loadkit/master/loadkit-dev-1.rockspec
|
||||
- sudo luarocks make
|
||||
|
||||
script: busted
|
||||
|
Loading…
Reference in New Issue
Block a user