Skip to content

Commit

Permalink
ci: bump version of Oniguruma to 6.9.1
Browse files Browse the repository at this point in the history
Update deb to get fix https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1730627

Signed-off-by: Alexander Bezzubov <[email protected]>
  • Loading branch information
bzz committed May 7, 2019
1 parent 6adc40e commit fcdcc4e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
language: go
go:
- '1.11.x'
Expand All @@ -7,11 +8,16 @@ env:
global:
- LD_LIBRARY_PATH="/usr/local/lib":${LD_LIBRARY_PATH}
- GO111MODULE=on

addons:
apt:
packages:
- libonig-dev

before_install:
- sudo apt-get install -y dpkg # dpkg >= 1.17.5ubuntu5.8, which fixes https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1730627- sudo dpkg -i libonig-dev_6.9.1-1_amd64.deb
- wget http://archive.ubuntu.com/ubuntu/pool/universe/libo/libonig/libonig5_6.9.1-1_amd64.deb
- sudo dpkg -i libonig5_6.9.1-1_amd64.deb
- wget http://archive.ubuntu.com/ubuntu/pool/universe/libo/libonig/libonig-dev_6.9.1-1_amd64.deb
- sudo dpkg -i libonig-dev_6.9.1-1_amd64.deb
script:
- go test -v --cover -race

0 comments on commit fcdcc4e

Please sign in to comment.