File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ branches:
16
16
before_install :
17
17
- sudo apt-get update
18
18
- bash .travis/setup_lua.sh
19
- - sudo luarocks install lunitx
20
19
- sudo pip install cpp-coveralls
21
- - sudo luarocks install dkjson --deps-mode=none
22
20
- sudo luarocks install luafilesystem --from=https://rocks.moonscript.org/dev
23
- - sudo luarocks install lua-path --deps-mode=none
24
21
- sudo luarocks install luacov-coveralls
22
+ - sudo luarocks install lunitx
23
+ - sudo luarocks install dkjson --deps-mode=none
25
24
26
25
install :
27
26
- sudo luarocks make rockspecs/lua-curl-scm-0.rockspec CFLAGS="-O2 -fPIC -ftest-coverage -fprofile-arcs" LIBFLAG="-shared --coverage"
Original file line number Diff line number Diff line change 57
57
curl http://www.lua.org/ftp/lua-5.2.3.tar.gz | tar xz
58
58
cd lua-5.2.3;
59
59
elif [ " $LUA " == " lua5.3" ]; then
60
- curl http://www.lua.org/work /lua-5.3.0-beta .tar.gz | tar xz
61
- cd lua-5.3.0-beta ;
60
+ curl http://www.lua.org/ftp /lua-5.3.0.tar.gz | tar xz
61
+ cd lua-5.3.0;
62
62
fi
63
63
sudo make $PLATFORM install;
64
64
fi
@@ -97,5 +97,5 @@ elif [ "$LUA" == "lua5.1" ]; then
97
97
elif [ " $LUA " == " lua5.2" ]; then
98
98
rm -rf lua-5.2.3;
99
99
elif [ " $LUA " == " lua5.3" ]; then
100
- rm -rf lua-5.3.0-beta ;
100
+ rm -rf lua-5.3.0;
101
101
fi
You can’t perform that action at this time.
0 commit comments