diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-02 14:15:50 +0300 |
---|---|---|
committer | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-03 20:24:08 +0300 |
commit | a9a95acd68fcf1e4eb58805e90d62beeb5fbb34c (patch) | |
tree | bc7da02f835ff1f8da3fd6ed4fe8ff9e4f105e13 /.travis/setenv_lua.sh | |
parent | 210322f493936db2511fa2f60316e140a7385d37 (diff) | |
download | luafilesystem-a9a95acd68fcf1e4eb58805e90d62beeb5fbb34c.tar.gz luafilesystem-a9a95acd68fcf1e4eb58805e90d62beeb5fbb34c.tar.bz2 luafilesystem-a9a95acd68fcf1e4eb58805e90d62beeb5fbb34c.zip |
Use hererocks for Travis-CI
Diffstat (limited to '.travis/setenv_lua.sh')
-rw-r--r-- | .travis/setenv_lua.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis/setenv_lua.sh b/.travis/setenv_lua.sh deleted file mode 100644 index 8d8c825..0000000 --- a/.travis/setenv_lua.sh +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | export PATH=${PATH}:$HOME/.lua:$HOME/.local/bin:${TRAVIS_BUILD_DIR}/install/luarocks/bin | ||
2 | bash .travis/setup_lua.sh | ||
3 | eval `$HOME/.lua/luarocks path` | ||