Skip to content

Commit

Permalink
update travis ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Sep 22, 2020
1 parent f7b241e commit 2eca0d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ os:
- linux
- osx

dist:
- focal

# oniguruma 5.9.6 was the default for a long time, and has slightly different API
# oniguruma 6.9.4 is the current default on ubuntu 20.10 LTS
# oniguruma 6.9.5-rev1 is the latest version, and the version used for the latest release
Expand All @@ -21,7 +24,6 @@ env:
- ONIG_VERSION=6.9.4 MODE=STATIC
- ONIG_VERSION=6.9.4 MODE=STATIC
- ONIG_VERSION=6.9.5-rev1 MODE=STATIC
- ONIG_VERSION=DEFAULT MODE=STATIC
- ONIG_VERSION=DEFAULT MODE=DYNAMIC

before_install:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ sudo apt-get install libonig-dev
**Installing the Oniguruma library from source**

```bash
curl -sLO https://github.com/kkos/oniguruma/releases/download/v6.9.4/onig-6.9.4.tar.gz
tar xfz onig-6.9.4.tar.gz
cd /tmp/onig-6.9.4
curl -sLO https://github.com/kkos/oniguruma/releases/download/v6.9.5_rev1/onig-6.9.5-rev1.tar.gz
tar xfz onig-6.9.5-rev1.tar.gz
cd onig-6.9.5
./configure
make
make install
Expand Down

0 comments on commit 2eca0d8

Please sign in to comment.