Skip to content

Commit

Permalink
Merge pull request #1 from nokute78/travis
Browse files Browse the repository at this point in the history
modify travis settings
  • Loading branch information
nokute78 authored May 15, 2019
2 parents e61062c + 45f03bc commit 6057aec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ git:
notifications:
email: false

before_install:
- go get github.com/fluent/fluent-bit-go/output
- go get github.com/nokute78/msgpack-microscope/pkg/msgpack

script:
- go vet ./...
- go test -v -race ./...

0 comments on commit 6057aec

Please sign in to comment.