aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIgnacio Burgueño <ignaciob@inconcertcc.com>2015-04-14 02:15:31 -0300
committerIgnacio Burgueño <ignaciob@inconcertcc.com>2015-04-14 02:15:31 -0300
commit0f67be5258e25d8cf68b2a50535e82dd0c757206 (patch)
treed6881bbbdf8f9adea3989106cb3a7049e2848c0d /.travis.yml
parent0fe8556ced63d714e0cd371a8511c8dadce7874e (diff)
downloadluarocks-0f67be5258e25d8cf68b2a50535e82dd0c757206.tar.gz
luarocks-0f67be5258e25d8cf68b2a50535e82dd0c757206.tar.bz2
luarocks-0f67be5258e25d8cf68b2a50535e82dd0c757206.zip
Adds --only-deps flag to the 'build' command.
As discussed in #287, adds a new flag (--only-deps) to the 'build' command, so only the dependencies of a rock are installed, and not the rock itself.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 54778583..db762a84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ language: c
2 2
3compiler: gcc 3compiler: gcc
4 4
5sudo: false
6
5env: 7env:
6 matrix: 8 matrix:
7 - LUA_VER=5.1.5 9 - LUA_VER=5.1.5