Skip to content

Commit

Permalink
Added docker service
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapanidis committed May 20, 2016
1 parent 08c0ebd commit 8997612
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ go:
env:
- "PATH=/home/travis/gopath/bin:$PATH"

services:
- docker

before_install:
- go get github.com/Masterminds/glide
- glide install
- go get


script:
- go test

0 comments on commit 8997612

Please sign in to comment.