mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 11:10:47 +00:00
Disable sudo: required and prepend all .sh scripts to run with bash
This commit is contained in:
parent
f2a7bbce31
commit
36b2736c11
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -6,7 +6,7 @@ env:
|
||||||
- GIT_EMAIL: mitchellkrog@gmail.com
|
- GIT_EMAIL: mitchellkrog@gmail.com
|
||||||
- TRAVIS_REPO_SLUG: mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
- TRAVIS_REPO_SLUG: mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||||
- GIT_BRANCH: master
|
- GIT_BRANCH: master
|
||||||
sudo: required
|
#sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -32,12 +32,12 @@ install:
|
||||||
- sudo apt-get install -y --force-yes nginx-extras
|
- sudo apt-get install -y --force-yes nginx-extras
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- travisCI/install-nginx.sh
|
- bash travisCI/install-nginx.sh
|
||||||
- travisCI/run-curl-tests.sh
|
- bash travisCI/run-curl-tests.sh
|
||||||
- travisCI/modify-files-and-commit.sh
|
- bash travisCI/modify-files-and-commit.sh
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- travisCI/deploy-package.sh
|
- bash travisCI/deploy-package.sh
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
|
|
Loading…
Add table
Reference in a new issue