mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Try reenabling container-based infrastructure
Try explicitly pulling from backports Try travis's whitelisted Augeas PPA (not ours or backports)
This commit is contained in:
committed by
Peter Eckersley
parent
0a72ebb379
commit
2a820a391f
+6
-4
@@ -2,11 +2,12 @@ language: python
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
|
- mariadb
|
||||||
|
|
||||||
# http://docs.travis-ci.com/user/ci-environment/#CI-environment-OS
|
# 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
|
# gimme has to be kept in sync with Boulder's Go version setting in .travis.yml
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -y mariadb-server mariadb-server-10.0
|
- 'dpkg -s libaugeas0'
|
||||||
- '[ "xxx$BOULDER_INTEGRATION" = "xxx" ] || eval "$(gimme 1.5.1)"'
|
- '[ "xxx$BOULDER_INTEGRATION" = "xxx" ] || eval "$(gimme 1.5.1)"'
|
||||||
|
|
||||||
# using separate envs with different TOXENVs creates 4x1 Travis build
|
# using separate envs with different TOXENVs creates 4x1 Travis build
|
||||||
@@ -31,9 +32,8 @@ branches:
|
|||||||
- master
|
- master
|
||||||
- /^test-.*$/
|
- /^test-.*$/
|
||||||
|
|
||||||
# enable Trusty beta on travis
|
# container-based infrastructure
|
||||||
sudo: required
|
sudo: false
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
# make sure simplehttp simple verification works (custom /etc/hosts)
|
# make sure simplehttp simple verification works (custom /etc/hosts)
|
||||||
@@ -41,6 +41,8 @@ addons:
|
|||||||
- le.wtf
|
- le.wtf
|
||||||
mariadb: "10.0"
|
mariadb: "10.0"
|
||||||
apt:
|
apt:
|
||||||
|
sources:
|
||||||
|
- augeas
|
||||||
packages: # keep in sync with bootstrap/ubuntu.sh and Boulder
|
packages: # keep in sync with bootstrap/ubuntu.sh and Boulder
|
||||||
- python
|
- python
|
||||||
- python-dev
|
- python-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user