Move to own dev image

This commit is contained in:
Olivier Gambier 2014-11-19 14:53:32 -08:00
parent 0111cf2bd4
commit 3f6cb52357
2 changed files with 20 additions and 9 deletions

View file

@ -1,14 +1,6 @@
image: bradrydzewski/go:1.3
env:
- GOROOT=/usr/local/go
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
image: dmp42/go:stable
script:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get github.com/golang/lint/golint
- go get -t ./...
- FAIL=$(find ./ -iname "*.go" -exec gofmt -s -l {} \;) && echo "$FAIL" && test -z "$FAIL"