test root only
Vladimir Bauer
8 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
.travis.yml
less
more
7
7
- go get -t -v ./...
8
8
9
9
script:
10
- ./go.test.sh
10
- go test -race -coverprofile=coverage.txt -covermode=atomic
11
11
12
12
after_success:
13
13
- bash <(curl -s https://codecov.io/bash)