You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
407 B
Bash
10 lines
407 B
Bash
export PATH=${PATH}:$HOME/.lua:$HOME/.local/bin:${TRAVIS_BUILD_DIR}/install/luarocks/bin
|
|
export PATH=${PATH}:$HOME/.lua:$HOME/.local/bin:${TRAVIS_BUILD_DIR}/install/openresty/nginx/sbin
|
|
export PATH=${PATH}:$HOME/.lua:$HOME/.local/bin:${TRAVIS_BUILD_DIR}/install/openresty/bin
|
|
bash .travis/setup_lua.sh
|
|
if [ "$SERVER" == "openresty" ]; then
|
|
bash .travis/setup_servers.sh
|
|
fi
|
|
|
|
eval `$HOME/.lua/luarocks path`
|