mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Merge pull request #1358 from ArchimedesPi/travis-trusty-beta
Test enabling builds on beta Trusty infrastructure [needs revision]
This commit is contained in:
+5
-2
@@ -2,11 +2,11 @@ language: python
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
- mysql
|
|
||||||
|
|
||||||
# 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
|
||||||
- '[ "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,7 +31,10 @@ branches:
|
|||||||
- master
|
- master
|
||||||
- /^test-.*$/
|
- /^test-.*$/
|
||||||
|
|
||||||
sudo: false # containers
|
# enable Trusty beta on travis
|
||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
# make sure simplehttp simple verification works (custom /etc/hosts)
|
# make sure simplehttp simple verification works (custom /etc/hosts)
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user