Skip to content

Commit

Permalink
travis-ci: upgrade version numbers of openssl and NGINX core, remove …
Browse files Browse the repository at this point in the history
…clang compiler mode from travis to save credits. (#80)
  • Loading branch information
Johnny Wang authored Jul 8, 2021
1 parent 88bceda commit 27bf623
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ language: c

compiler:
- gcc
- clang

addons:
apt:
Expand All @@ -32,11 +31,11 @@ env:
- OPENSSL_PREFIX=/opt/ssl
- OPENSSL_LIB=$OPENSSL_PREFIX/lib
- OPENSSL_INC=$OPENSSL_PREFIX/include
- OPENSSL_VER=1.0.2j
- OPENSSL_VER=1.1.1k
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
- TEST_NGINX_SLEEP=0.006
matrix:
- NGINX_VERSION=1.19.3
- NGINX_VERSION=1.19.9

install:
- if [ ! -d download-cache ]; then mkdir download-cache; fi
Expand Down

0 comments on commit 27bf623

Please sign in to comment.