Explorar o código

fixed missing lua/bin path for luarocks installer

Nick Hildebrant %!s(int64=10) %!d(string=hai) anos
pai
achega
f3d6d50fde
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .travis/setup_lua.sh

+ 1 - 0
.travis/setup_lua.sh

@@ -24,6 +24,7 @@ make local
 LUA_DIR=$BUILD_DIR/lua
 rm -rf $LUA_DIR
 mv install/ $LUA_DIR
+export PATH=$LUA_DIR/bin:$PATH
 
 cd $BUILD_DIR