Skip to content

Commit 1f2d300

Browse files
authored
Merge pull request fooinha#5 from fooinha/fix/travis-ubuntu
nginx-ssl-ja3: move travis to latest ubuntu
2 parents 32ed114 + 62bd03e commit 1f2d300

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: required
2-
dist: trusty
2+
dist: bionic
33

44
os: linux
55

@@ -19,10 +19,10 @@ env:
1919
- PATH=$PATH:$NGINX_PREFIX/sbin
2020

2121
before_install:
22-
- sudo apt-get install -qq -y software-properties-common
22+
- sudo apt install -qq -y software-properties-common
2323
- sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ xenial main universe"
24-
- sudo apt-get update -qq -y --fix-missing
25-
- sudo apt-get install -qq -y --fix-missing cpanminus mercurial build-essential make clang valgrind libio-socket-ssl-perl
24+
- sudo apt update -qq -y --fix-missing
25+
- sudo apt install -qq -y --fix-missing cpanminus mercurial build-essential make clang valgrind libio-socket-ssl-perl
2626

2727
install:
2828
- if [ ! -d /opt ]; then mkdir /opt; fi

0 commit comments

Comments
 (0)