Commit 7d5d4353 authored by Karl Isenberg's avatar Karl Isenberg

Add docker to travis builds

- Run travis builds with sudo to allow docker usage - Run travis on trusty (for docker beta) - https://github.com/travis-ci/travis-ci/issues/5448
parent 6125f539
sudo: false
sudo: required
# trusty required for docker
# https://github.com/travis-ci/travis-ci/issues/5448
dist: trusty
services:
- docker
language: go
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment