diff options
author | Ignacio Burgueño <ignacio@users.noreply.github.com> | 2016-01-21 14:56:15 -0300 |
---|---|---|
committer | Ignacio Burgueño <ignacio@users.noreply.github.com> | 2016-01-21 14:56:15 -0300 |
commit | 6232ca6dbd0bbd5e2a7dc614daab6a4da1f2bf17 (patch) | |
tree | c19632c0a3f3199eb846298ddf9ed5e5346608d9 | |
parent | 7ede630d6d82a1376ae794f426d11b65f0a74144 (diff) | |
download | luafilesystem-6232ca6dbd0bbd5e2a7dc614daab6a4da1f2bf17.tar.gz luafilesystem-6232ca6dbd0bbd5e2a7dc614daab6a4da1f2bf17.tar.bz2 luafilesystem-6232ca6dbd0bbd5e2a7dc614daab6a4da1f2bf17.zip |
source script instead of just calling it
Thanks @moteus
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ec9f7e5..fed0b77 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -12,7 +12,7 @@ env: | |||
12 | - LUA=luajit | 12 | - LUA=luajit |
13 | 13 | ||
14 | before_install: | 14 | before_install: |
15 | - bash .travis/setenv_lua.sh | 15 | - source .travis/setenv_lua.sh |
16 | - pip install --user 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 |