Skip to content

Commit b61755d

Browse files
authored
travis-ci: bump the NGINX core to 1.19.9, remove clang compiler mode from travis to save credits. (openresty#92)
1 parent 4143dae commit b61755d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ cache:
1111

1212
compiler:
1313
- gcc
14-
- clang
1514

1615
env:
1716
global:
@@ -24,8 +23,8 @@ env:
2423
- JOBS=3
2524
- NGX_BUILD_JOBS=$JOBS
2625
matrix:
27-
- NGINX_VERSION=1.11.2
28-
- NGINX_VERSION=1.19.3
26+
- NGINX_VERSION=1.17.8
27+
- NGINX_VERSION=1.19.9
2928

3029
services:
3130
- memcache

0 commit comments

Comments
 (0)