Skip to content

Commit

Permalink
Attempt to cache all lua dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Jan 7, 2016
1 parent a145659 commit 0463c95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: c
sudo: false

cache:
directories: cache
directories: here

matrix:
include:
Expand All @@ -19,11 +19,11 @@ matrix:

install:
- wget https://raw.githubusercontent.com/mpeterv/hererocks/0.3.1/hererocks.py
- python hererocks.py here --$LUA -r^ --downloads cache --builds cache --no-git-cache
- python hererocks.py here --$LUA -r https://github.com/mpeterv/luarocks@upgrade-install
- export PATH=$PATH:$PWD/here/bin
- luarocks install lanes
- luarocks install busted
- luarocks install luacov-coveralls
- luarocks install lanes --upgrade --upgrade-deps
- luarocks install busted --upgrade --upgrade-deps
- luarocks install luacov-coveralls --upgrade --upgrade-deps

script:
- busted -c
Expand Down

0 comments on commit 0463c95

Please sign in to comment.