Skip to content

Commit

Permalink
Merge 39fb218 into b36081b
Browse files Browse the repository at this point in the history
  • Loading branch information
valbeat committed Jun 13, 2019
2 parents b36081b + 39fb218 commit 7b1ca90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: go

go:
- tip
before_install:
- go get github.com/golang/dep/...
- go get github.com/mattn/goveralls
install:
- $GOPATH/bin/dep ensure
script:
- go test -v
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 7b1ca90

Please sign in to comment.