Download:
child 9:f3ef81a885aa
parent 7:1f4c9e78588e
8:177cc64a07d2
Anton Shestakov <av6@dwimlabs.net>, Thu, 08 Sep 2016 19:39:25 +0800
pipelines: simplify tests for now by using 5.1 only

1 файлов изменено, 2 вставок(+), 5 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Thu Sep 08 18:41:11 2016 +0800
+++ b/bitbucket-pipelines.yml Thu Sep 08 19:39:25 2016 +0800
@@ -5,10 +5,7 @@
- step:
script:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y
- build-essential lua5.1 lua5.2 lua5.3 luarocks mercurial
+ build-essential lua5.1 luarocks mercurial
- luarocks install --local lpc
- luarocks install --local busted
- - eval "$(luarocks path)"
- - LUA="lua=5.1" ~/.luarocks/bin/busted --verbose
- - LUA="lua=5.2" ~/.luarocks/bin/busted --verbose
- - LUA="lua=5.3" ~/.luarocks/bin/busted --verbose
+ - ~/.luarocks/bin/busted --verbose