aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/mitchellh/colorstring/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/mitchellh/colorstring/.travis.yml')
-rw-r--r--vendor/github.com/mitchellh/colorstring/.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/mitchellh/colorstring/.travis.yml b/vendor/github.com/mitchellh/colorstring/.travis.yml
new file mode 100644
index 0000000..74e286a
--- /dev/null
+++ b/vendor/github.com/mitchellh/colorstring/.travis.yml
@@ -0,0 +1,15 @@
1language: go
2
3go:
4 - 1.0
5 - 1.1
6 - 1.2
7 - 1.3
8 - tip
9
10script:
11 - go test
12
13matrix:
14 allow_failures:
15 - go: tip