We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c7496 commit c6ee05aCopy full SHA for c6ee05a
.travis.yml
@@ -9,10 +9,6 @@ compiler:
9
- gcc
10
- clang
11
12
-cache:
13
- directories:
14
- - download-cache
15
-
16
env:
17
global:
18
- JOBS=3
@@ -25,10 +21,8 @@ env:
25
21
- NGINX_VERSION=1.15.8
26
22
27
23
install:
28
- - if [ ! -d download-cache ]; then mkdir download-cache; fi
29
24
- sudo apt-get install -qq -y cpanminus axel
30
- sudo cpanm --notest Test::Nginx > build.log 2>&1 || (cat build.log && exit 1)
31
- - wget http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
32
- git clone https://github.com/openresty/openresty.git ../openresty
33
- git clone https://github.com/openresty/nginx-devel-utils.git
34
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
0 commit comments