Skip to content

Commit 7c1717a

Browse files
committed
Run test coverage on 1.8+
1 parent 1e77ce1 commit 7c1717a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
- go get -t ./...
1313

1414
script:
15-
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
15+
- go test -v -race -coverprofile=coverage.txt ./...
1616
- go tool vet .
1717

1818
after_success:

0 commit comments

Comments
 (0)