Skip to content

Commit

Permalink
require docker, run prove after build
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Aug 29, 2016
1 parent cfa25f4 commit a20f233
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# docker required for the tests (run via prove)
sudo: required
services:
- docker

language: go

go:
- 1.6
- 1.6

matrix:
fast_finish: true

fast_finish: true
script:
- make vet
- make lint
- make
- make vet
- make lint
- make
- prove

0 comments on commit a20f233

Please sign in to comment.