remove docker from travis

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-12-07 20:59:14 +08:00
parent 5f79283d4f
commit a8574afe6a
2 changed files with 6 additions and 10 deletions

View File

@ -3,7 +3,7 @@ sudo: required
language: go
services:
- docker
- redis
go:
- 1.6.4
@ -25,15 +25,11 @@ before_install:
- mkdir -p $GOPATH/bin
- curl https://glide.sh/get | sh
install:
- go get github.com/mattn/goveralls
- make docker_build
- make docker_production
script:
- make docker_test
- $(go env GOPATH | awk 'BEGIN{FS=":"} {print $1}')/bin/goveralls -coverprofile=.cover/coverage.txt
-service=travis-ci -repotoken=$COVERALLS_TOKEN
- make dep_install
- make vet
- make lint
- make test
after_success:
- bash <(curl -s https://codecov.io/bash) -f .cover/coverage.txt

View File

@ -1,4 +1,4 @@
.PHONY: all
.PHONY: all test build fmt vet errcheck lint install update release-dirs release-build release-copy release-check release
export PROJECT_PATH = /go/src/github.com/appleboy/gorush