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