summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 866f82c..8285809 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,12 +4,12 @@ install:
- go get -d -t -v ./... && go build -v ./...
go:
- - 1.8
- - 1.9
+ - 1.8.x
+ - 1.9.x
script:
- go vet ./...
- go test -v -coverprofile=coverage.txt -covermode=atomic
after_success:
- - bash <(curl -s https://codecov.io/bash) \ No newline at end of file
+ - bash <(curl -s https://codecov.io/bash)