aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/go-ini/ini/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-ini/ini/.travis.yml')
-rw-r--r--vendor/github.com/go-ini/ini/.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/vendor/github.com/go-ini/ini/.travis.yml b/vendor/github.com/go-ini/ini/.travis.yml
index 0064ba1..65c872b 100644
--- a/vendor/github.com/go-ini/ini/.travis.yml
+++ b/vendor/github.com/go-ini/ini/.travis.yml
@@ -1,14 +1,15 @@
1sudo: false 1sudo: false
2language: go 2language: go
3
4go: 3go:
5 - 1.4 4 - 1.4.x
6 - 1.5 5 - 1.5.x
7 - 1.6 6 - 1.6.x
8 - tip 7 - 1.7.x
8 - master
9 9
10script: 10script:
11 - go get -v github.com/smartystreets/goconvey 11 - go get golang.org/x/tools/cmd/cover
12 - go get github.com/smartystreets/goconvey
12 - go test -v -cover -race 13 - go test -v -cover -race
13 14
14notifications: 15notifications: