Skip to content

Commit 2eca0d8

Browse files
committed
update travis ci build
1 parent f7b241e commit 2eca0d8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ os:
1111
- linux
1212
- osx
1313

14+
dist:
15+
- focal
16+
1417
# oniguruma 5.9.6 was the default for a long time, and has slightly different API
1518
# oniguruma 6.9.4 is the current default on ubuntu 20.10 LTS
1619
# oniguruma 6.9.5-rev1 is the latest version, and the version used for the latest release
@@ -21,7 +24,6 @@ env:
2124
- ONIG_VERSION=6.9.4 MODE=STATIC
2225
- ONIG_VERSION=6.9.4 MODE=STATIC
2326
- ONIG_VERSION=6.9.5-rev1 MODE=STATIC
24-
- ONIG_VERSION=DEFAULT MODE=STATIC
2527
- ONIG_VERSION=DEFAULT MODE=DYNAMIC
2628

2729
before_install:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ sudo apt-get install libonig-dev
8181
**Installing the Oniguruma library from source**
8282

8383
```bash
84-
curl -sLO https://github.com/kkos/oniguruma/releases/download/v6.9.4/onig-6.9.4.tar.gz
85-
tar xfz onig-6.9.4.tar.gz
86-
cd /tmp/onig-6.9.4
84+
curl -sLO https://github.com/kkos/oniguruma/releases/download/v6.9.5_rev1/onig-6.9.5-rev1.tar.gz
85+
tar xfz onig-6.9.5-rev1.tar.gz
86+
cd onig-6.9.5
8787
./configure
8888
make
8989
make install

0 commit comments

Comments
 (0)