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