Skip to content

Commit

Permalink
remove docker from travis
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Dec 7, 2016
1 parent 5f79283 commit a8574af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: required
language: go

services:
- docker
- redis

go:
- 1.6.4
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a8574af

Please sign in to comment.