diff options
Diffstat (limited to 'vendor/github.com/markbates/goth/.travis.yml')
-rw-r--r-- | vendor/github.com/markbates/goth/.travis.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/github.com/markbates/goth/.travis.yml b/vendor/github.com/markbates/goth/.travis.yml new file mode 100644 index 0000000000..5b2f9fe132 --- /dev/null +++ b/vendor/github.com/markbates/goth/.travis.yml @@ -0,0 +1,16 @@ +language: go + +sudo: false + +go: + - 1.7 + - 1.8 + - 1.9 + - "1.10" + - "1.11" + - tip + +matrix: + allow_failures: + - go: 'tip' + |