Merge branch 'master' into log-ct-prob

This commit is contained in:
Kane York 2016-03-17 15:42:55 -07:00
commit 1d669f4dfe
2 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,7 @@ addons:
- rsyslog - rsyslog
mariadb: "10.0" mariadb: "10.0"
sudo: false sudo: true
services: services:
- rabbitmq - rabbitmq
@ -60,3 +60,6 @@ env:
script: script:
- bash test.sh - bash test.sh
after_failure:
- sudo cat /var/log/mysql/error.log
- ps aux | grep mysql

1
Godeps/Godeps.json generated
View File

@ -1,6 +1,7 @@
{ {
"ImportPath": "github.com/letsencrypt/boulder", "ImportPath": "github.com/letsencrypt/boulder",
"GoVersion": "go1.5", "GoVersion": "go1.5",
"GodepVersion": "v58",
"Packages": [ "Packages": [
"./..." "./..."
], ],