diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-29 22:03:08 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-29 22:03:19 -0300 |
commit | 9004541e93c057a4f72326d990c610441038d2e8 (patch) | |
tree | a1c8561f388732b2de76c142e4688e6202f0cdce | |
parent | ebeb01cb7d82210d002780e6d6a4b0b34285ae53 (diff) | |
download | luarocks-9004541e93c057a4f72326d990c610441038d2e8.tar.gz luarocks-9004541e93c057a4f72326d990c610441038d2e8.tar.bz2 luarocks-9004541e93c057a4f72326d990c610441038d2e8.zip |
Travis: cache Busted and LuaCov as well
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index d66e4a0a..e842371a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -59,9 +59,8 @@ before_install: | |||
59 | - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH | 59 | - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH |
60 | 60 | ||
61 | install: | 61 | install: |
62 | - luarocks install busted | 62 | - if [ ! -f lua_install/bin/busted ]; then luarocks install busted; fi |
63 | - luarocks install luacov | 63 | - if [ ! -f lua_install/bin/luacov ]; then luarocks install luacov; luarocks install luacov-coveralls; fi |
64 | - luarocks install luacov-coveralls | ||
65 | 64 | ||
66 | script: | 65 | script: |
67 | - busted -o gtest --verbose -Xhelper travis | 66 | - busted -o gtest --verbose -Xhelper travis |