Skip to content

Commit

Permalink
updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdigest committed Dec 18, 2017
1 parent e334ce2 commit b89bc0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ go:
- master
before_install:
- go get github.com/mattn/goveralls
- go get github.com/go-sql-driver/mysql
- go get github.com/lib/pq
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- go test ./...
Expand Down

0 comments on commit b89bc0b

Please sign in to comment.