summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-09-26 21:14:58 -0500
committerGitHub <noreply@github.com>2017-09-26 21:14:58 -0500
commitd4df70bd9fa671d20a5e000d20e621ca69451274 (patch)
tree41475ea84e8f846804ad220ad14d697a9458b891 /.travis.yml
parente820388d70da551cacdf3212b559d597a6fdbec8 (diff)
parent87730aaf08fba33f38c63fe26e624c6ec3ce59b5 (diff)
Merge pull request #126 from dvrkps/patch-1
travis: update go versions
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)