Skip to content

Commit

Permalink
fix travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viney-shih committed Jun 9, 2022
1 parent 18fe932 commit 7fe1151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
before_install:
- go get github.com/mattn/goveralls
- docker pull redis:5.0.14-alpine
- docker run --name unittest-redis -d redis
- docker run --name redis -p 6379:6379 -d redis:5.0.14-alpine
- docker ps -a

script:
Expand All @@ -21,4 +21,4 @@ script:
after_success:
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci # upload to `coveralls`
- bash <(curl -s https://codecov.io/bash) # upload to `codecov`
- docker rm -f unittest-redis
- docker rm -f redis

0 comments on commit 7fe1151

Please sign in to comment.