summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/spf13/viper/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/spf13/viper/.travis.yml')
-rw-r--r--vendor/github.com/spf13/viper/.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/github.com/spf13/viper/.travis.yml b/vendor/github.com/spf13/viper/.travis.yml
index f1deac3d7..55960d11b 100644
--- a/vendor/github.com/spf13/viper/.travis.yml
+++ b/vendor/github.com/spf13/viper/.travis.yml
@@ -2,8 +2,9 @@ go_import_path: github.com/spf13/viper
language: go
go:
- - 1.7.5
- - 1.8
+ - 1.7.x
+ - 1.8.x
+ - 1.9.x
- tip
os: