chore(travis): use another repository to fix luajit problem on ubuntu
This commit is contained in:
parent
5043cc75f6
commit
e6df417440
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ install:
|
||||||
until sudo apt-get -qq install liblua5.1-0 liblua5.1-0-dev lua5.1; do echo retry; done;
|
until sudo apt-get -qq install liblua5.1-0 liblua5.1-0-dev lua5.1; do echo retry; done;
|
||||||
fi
|
fi
|
||||||
- if [[ $LUA == JIT ]]; then
|
- if [[ $LUA == JIT ]]; then
|
||||||
until sudo add-apt-repository --yes ppa:mwild1/ppa; do echo retry; done;
|
until sudo add-apt-repository --yes ppa:miurahr/openresty-devel; do echo retry; done;
|
||||||
until sudo apt-get -qq update; do echo retry; done;
|
until sudo apt-get -qq update; do echo retry; done;
|
||||||
until sudo apt-get -qq install libluajit-5.1-dev luajit; do echo retry; done;
|
until sudo apt-get -qq install libluajit-5.1-dev luajit; do echo retry; done;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue