Looking at http://rocks.moonscript.org/manifests/leafo/lapis-1.0.3-1.rockspec, it appears to say that v1.0.3 is a branch, not a tag. This might be the cause of me being unable to use lapis inside Travis-CI.
I'm trying to use this command sequence inside travis-ci:
sudo apt-get install -y lua5.1 luarocks
sudo luarocks install http://rocks.moonscript.org/manifests/leafo/lapis-1.0.3-1.rockspec
and it keeps failing with
error: pathspec 'v1.0.3' did not match any file(s) known to git
EDIT: For what it's worth, this command sequence works fine on my computer
Looking at http://rocks.moonscript.org/manifests/leafo/lapis-1.0.3-1.rockspec, it appears to say that v1.0.3 is a branch, not a tag. This might be the cause of me being unable to use lapis inside Travis-CI.
I'm trying to use this command sequence inside travis-ci:
and it keeps failing with
EDIT: For what it's worth, this command sequence works fine on my computer