Skip to content

Commit

Permalink
travis-ci: bumped the NGINX core to 1.19.9, remove clang compiler mod…
Browse files Browse the repository at this point in the history
…e from travis to save credits. (#101)
  • Loading branch information
xiaocang committed Jul 8, 2021
1 parent 5a402aa commit 6f8a4ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -7,7 +7,6 @@ language: c

compiler:
- gcc
- clang

env:
global:
Expand All @@ -16,8 +15,8 @@ env:
- LUAJIT_INC=$LUAJIT_PREFIX/include/luajit-2.1
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
matrix:
- NGINX_VERSION=1.9.15
- NGINX_VERSION=1.19.3
- NGINX_VERSION=1.17.8
- NGINX_VERSION=1.19.9

before_install:
- sudo apt-get install -qq -y cpanminus libgd-dev
Expand Down

0 comments on commit 6f8a4ab

Please sign in to comment.