Try an indirect fix (suggested by @pde)

This is a squash of several commits:

`sudo apt-get`

Add -y to apt-get install
This commit is contained in:
Liam Marshall
2015-11-04 21:02:01 -06:00
parent 94f0139c4d
commit 731dc212a5
+1 -7
View File
@@ -2,11 +2,11 @@ language: python
services:
- rabbitmq
- mysql
# 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
before_install:
- sudo apt-get install -y mariadb-server mariadb-server-10.0
- '[ "xxx$BOULDER_INTEGRATION" = "xxx" ] || eval "$(gimme 1.5.1)"'
# using separate envs with different TOXENVs creates 4x1 Travis build
@@ -56,12 +56,6 @@ addons:
- openssl
# For Boulder integration testing
- rsyslog
- mysql
before_install:
- sudo apt-get update
- sudo apt-get install -y mysql-client-core-5.6 mysql-server-5.6 mysql-client-5.6
install: "travis_retry pip install tox coveralls"
before_script: '[ "xxx$BOULDER_INTEGRATION" = "xxx" ] || ./tests/boulder-start.sh'