summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-macaron/i18n/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-macaron/i18n/.travis.yml')
-rw-r--r--vendor/github.com/go-macaron/i18n/.travis.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/vendor/github.com/go-macaron/i18n/.travis.yml b/vendor/github.com/go-macaron/i18n/.travis.yml
index 2774fb35d5..f331c2c84a 100644
--- a/vendor/github.com/go-macaron/i18n/.travis.yml
+++ b/vendor/github.com/go-macaron/i18n/.travis.yml
@@ -1,14 +1,11 @@
sudo: false
language: go
-
go:
- - 1.3
- - 1.4
- - 1.5
- - tip
+ - 1.6.x
+ - 1.7.x
+ - 1.8.x
+ - 1.9.x
+ - 1.10.x
+ - 1.11.x
script: go test -v -cover -race
-
-notifications:
- email:
- - u@gogs.io