5:da6e34b39574
Anton Shestakov <av6@dwimlabs.net>, Thu, 08 Sep 2016 14:39:52 +0800
hglib: ignore data from unexpected channels in Client.getencoding()

next change 6:9643b3224fb5
previous change 4:33d49b3bcab5

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: ubuntu:xenial
pipelines:
default:
- step:
script:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y
build-essential lua5.1 lua5.2 lua5.3 luarocks
- luarocks install --local lpc 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