Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
atomic
  • Loading branch information
nicksnyder committed Jun 5, 2019
commit 59150d57deed569a136b8286c823ee5d8c3dabf1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:
- go: 1.9.x
env: GO111MODULE=on PKG='./...'
- go: 1.12.x
env: GO111MODULE=on PKG='./...' COVER='-coverprofile=coverage.txt -covermode=count'
env: GO111MODULE=on PKG='./...' COVER='-coverprofile=coverage.txt -covermode=atomic'

install:
- go get -t -v $PKG
Expand Down