Debugging travis build.
This commit is contained in:
parent
8f0b55b4ae
commit
f510d870ff
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ cache:
|
|||
timeout: 1500
|
||||
directories:
|
||||
- out/
|
||||
- lua_modules/
|
||||
- $HOME/.stack
|
||||
- $HOME/.agda
|
||||
- $HOME/.local
|
||||
|
|
2
Makefile
2
Makefile
|
@ -222,7 +222,7 @@ lua_modules/share/lua/$(LUA_VERSION)/tinyyaml.lua:
|
|||
luarocks install --tree=lua_modules/ lua-tinyyaml
|
||||
|
||||
lua_modules/share/lua/$(LUA_VERSION)/liquid.lua:
|
||||
luarocks install --tree lua_modules/ liquid
|
||||
luarocks install --tree=lua_modules/ liquid
|
||||
|
||||
travis-uninstall-agda:
|
||||
rm -rf $(HOME)/agda-$(AGDA_VERSION)/
|
||||
|
|
Loading…
Add table
Reference in a new issue