Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fix: use make verbose-test for travis now
Browse files Browse the repository at this point in the history
  • Loading branch information
temsa committed Aug 6, 2018
1 parent df9bdcf commit 2c1d795
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 @@ -7,7 +7,7 @@ sudo: required

services:
- docker

before_install:
- export PATH="$PATH:$GOPATH/bin"
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
Expand All @@ -20,5 +20,5 @@ notifications:
email: false

script:
- make test
- make verbose-test
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 2c1d795

Please sign in to comment.