Skip to content

Commit

Permalink
Fixed Travis-CI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
skarllot committed May 4, 2016
1 parent dc6c7ba commit a062b23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ before_script:
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi

script:
- go get -v -t ./...
- go test -v --race ./...
- goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN

Expand Down

0 comments on commit a062b23

Please sign in to comment.