mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
travis fix pt. 2
This commit is contained in:
parent
64232fef03
commit
b7de66f45a
@ -2,7 +2,9 @@ language: c
|
||||
|
||||
install:
|
||||
- sudo apt-get install luarocks
|
||||
- sudo luarocks install --server=http://rocks.moonscript.org https://rocks.moonscript.org/manifests/olivine-labs/busted-1.11.1-1.rockspec
|
||||
- mkdir -p ~/.luarocks
|
||||
- echo 'rocks_servers = { "http://rocks.moonscript.org" }' > ~/.luarocks/config.lua
|
||||
- sudo luarocks install https://rocks.moonscript.org/manifests/olivine-labs/busted-1.11.1-1.rockspec
|
||||
- sudo luarocks make
|
||||
|
||||
script: busted
|
||||
|
Loading…
Reference in New Issue
Block a user