Skip to content

Commit

Permalink
fix travis dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseandcereal committed Aug 26, 2019
1 parent 25031d6 commit 4e6763d
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 @@ -2,7 +2,7 @@ branches:
only:
- master
- production
language: golang
language: go
go:
- 1.x
before_script:
Expand All @@ -12,7 +12,7 @@ before_script:
script:
- go test -v
- for pkg in $(go list ./... | grep -v vendor); do go test -coverprofile=$(echo $pkg | tr / -).cover $pkg ; done
- echo "mode: set" > c.out
- "echo 'mode: set' > c.out"
- grep -h -v "^mode:" ./*.cover >> c.out
- rm -f *.cover
after_script:
Expand Down

0 comments on commit 4e6763d

Please sign in to comment.