You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
sudo: required
2
-
dist: bionic
2
+
dist: focal
3
+
4
+
branches:
5
+
only:
6
+
- "master"
3
7
4
8
os: linux
5
9
@@ -43,11 +47,11 @@ env:
43
47
- NGX_BUILD_JOBS=$JOBS
44
48
- TEST_NGINX_SLEEP=0.006
45
49
matrix:
46
-
- NGINX_VERSION=1.17.8
47
-
- NGINX_VERSION=1.19.9
50
+
- NGINX_VERSION=1.21.4
51
+
- NGINX_VERSION=1.25.3
48
52
49
53
install:
50
-
- if [ ! -f download-cache/drizzle7-2011.07.21.tar.gz ]; then wget -P download-cache/ http://openresty.org/download/drizzle7-2011.07.21.tar.gz; fi
54
+
- if [ ! -f download-cache/drizzle7-2011.07.21.tar.gz ]; then wget -P download-cache https://github.com/openresty/openresty-deps-prebuild/releases/download/v20230902/drizzle7-2011.07.21.tar.gz; fi
- mysql -uroot -e 'create database ngx_test; grant all on ngx_test.* to "ngx_test"@"%" identified by "ngx_test"; flush privileges;'
72
+
- mysql -uroot -e "create database ngx_test; CREATE USER 'ngx_test'@'%' IDENTIFIED WITH mysql_native_password BY 'ngx_test'; grant all on ngx_test.* to 'ngx_test'@'%'; flush privileges;"
69
73
70
74
script:
71
75
- tar xzf download-cache/drizzle7-2011.07.21.tar.gz && cd drizzle7-2011.07.21
0 commit comments