mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
For now, disable apacheconftest in travis :(
This commit is contained in:
parent
ce9e3c1f94
commit
f20cd73e8d
1 changed files with 11 additions and 8 deletions
19
.travis.yml
19
.travis.yml
|
|
@ -3,7 +3,8 @@ language: python
|
|||
services:
|
||||
- rabbitmq
|
||||
- mariadb
|
||||
- apache2
|
||||
# apacheconftest
|
||||
#- apache2
|
||||
|
||||
# http://docs.travis-ci.com/user/ci-environment/#CI-environment-OS
|
||||
# gimme has to be kept in sync with Boulder's Go version setting in .travis.yml
|
||||
|
|
@ -23,7 +24,9 @@ env:
|
|||
- TOXENV=py27 BOULDER_INTEGRATION=1
|
||||
- TOXENV=lint
|
||||
- TOXENV=cover
|
||||
- TOXENV=apacheconftest
|
||||
# Disabled for now due to requiring sudo -> causing more boulder integration
|
||||
# DNS timeouts :(
|
||||
# - TOXENV=apacheconftest
|
||||
|
||||
|
||||
# Only build pushes to the master branch, PRs, and branches beginning with
|
||||
|
|
@ -35,7 +38,7 @@ branches:
|
|||
- /^test-.*$/
|
||||
|
||||
# container-based infrastructure
|
||||
sudo: true
|
||||
sudo: false
|
||||
|
||||
addons:
|
||||
# make sure simplehttp simple verification works (custom /etc/hosts)
|
||||
|
|
@ -61,11 +64,11 @@ addons:
|
|||
# For Boulder integration testing
|
||||
- rsyslog
|
||||
# for apacheconftest
|
||||
- realpath
|
||||
- apache2
|
||||
- libapache2-mod-wsgi
|
||||
- libapache2-mod-macro
|
||||
- sudo
|
||||
#- realpath
|
||||
#- apache2
|
||||
#- libapache2-mod-wsgi
|
||||
#- libapache2-mod-macro
|
||||
#- sudo
|
||||
|
||||
install: "travis_retry pip install tox coveralls"
|
||||
script: 'travis_retry tox && ([ "xxx$BOULDER_INTEGRATION" = "xxx" ] || ./tests/travis-integration.sh)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue