mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +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
|
||||
- TRAVIS_REPO_SLUG: mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
- GIT_BRANCH: master
|
||||
sudo: required
|
||||
#sudo: required
|
||||
dist: trusty
|
||||
matrix:
|
||||
include:
|
||||
|
@ -32,12 +32,12 @@ install:
|
|||
- sudo apt-get install -y --force-yes nginx-extras
|
||||
|
||||
script:
|
||||
- travisCI/install-nginx.sh
|
||||
- travisCI/run-curl-tests.sh
|
||||
- travisCI/modify-files-and-commit.sh
|
||||
- bash travisCI/install-nginx.sh
|
||||
- bash travisCI/run-curl-tests.sh
|
||||
- bash travisCI/modify-files-and-commit.sh
|
||||
|
||||
before_deploy:
|
||||
- travisCI/deploy-package.sh
|
||||
- bash travisCI/deploy-package.sh
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
Loading…
Add table
Reference in a new issue