diff options
author | Ignacio Burgueño <ignaciob@inconcertcc.com> | 2015-04-14 02:15:31 -0300 |
---|---|---|
committer | Ignacio Burgueño <ignaciob@inconcertcc.com> | 2015-04-14 02:15:31 -0300 |
commit | 0f67be5258e25d8cf68b2a50535e82dd0c757206 (patch) | |
tree | d6881bbbdf8f9adea3989106cb3a7049e2848c0d /.travis.yml | |
parent | 0fe8556ced63d714e0cd371a8511c8dadce7874e (diff) | |
download | luarocks-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.yml | 2 |
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 | ||
3 | compiler: gcc | 3 | compiler: gcc |
4 | 4 | ||
5 | sudo: false | ||
6 | |||
5 | env: | 7 | env: |
6 | matrix: | 8 | matrix: |
7 | - LUA_VER=5.1.5 | 9 | - LUA_VER=5.1.5 |