diff options
author | Ignacio Burgueño <ignacio@users.noreply.github.com> | 2016-01-21 14:53:32 -0300 |
---|---|---|
committer | Ignacio Burgueño <ignacio@users.noreply.github.com> | 2016-01-21 14:53:32 -0300 |
commit | 7ede630d6d82a1376ae794f426d11b65f0a74144 (patch) | |
tree | ea9018932be3a4b76785faa7bff398070c974800 | |
parent | 5131a2806766393b906367bb4fe1ad631f465a25 (diff) | |
download | luafilesystem-7ede630d6d82a1376ae794f426d11b65f0a74144.tar.gz luafilesystem-7ede630d6d82a1376ae794f426d11b65f0a74144.tar.bz2 luafilesystem-7ede630d6d82a1376ae794f426d11b65f0a74144.zip |
Pass --user flag to pip
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4b179c3..ec9f7e5 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -13,7 +13,7 @@ env: | |||
13 | 13 | ||
14 | before_install: | 14 | before_install: |
15 | - bash .travis/setenv_lua.sh | 15 | - bash .travis/setenv_lua.sh |
16 | - pip install cpp-coveralls | 16 | - pip install --user cpp-coveralls |
17 | - luarocks install Lua-cURL --server=https://luarocks.org/dev | 17 | - luarocks install Lua-cURL --server=https://luarocks.org/dev |
18 | - luarocks install luacov-coveralls --server=https://luarocks.org/dev | 18 | - luarocks install luacov-coveralls --server=https://luarocks.org/dev |
19 | 19 | ||