For now, disable apacheconftest in travis :(

This commit is contained in:
Peter Eckersley 2015-12-26 20:13:45 -08:00
parent ce9e3c1f94
commit f20cd73e8d

View file

@ -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)'