Skip to content

Commit ab7df09

Browse files
committed
Build mini
1 parent 5b03b50 commit ab7df09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
sudo: required
2+
13
language: go
24

35
go:
@@ -6,10 +8,14 @@ go:
68
- 1.8.x
79
- tip
810

11+
services:
12+
- docker
13+
914
before_install:
1015
- go get github.com/golang/lint/golint
1116
- go get github.com/mattn/goveralls
1217
- go get golang.org/x/tools/cmd/goimports
18+
- cd ./docker-mini; sh ./make.sh
1319

1420
script:
1521
- sh ./goclean.sh

0 commit comments

Comments
 (0)