aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/go-version/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/go-version/.travis.yml')
-rw-r--r--vendor/github.com/hashicorp/go-version/.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/hashicorp/go-version/.travis.yml b/vendor/github.com/hashicorp/go-version/.travis.yml
new file mode 100644
index 0000000..9f30eec
--- /dev/null
+++ b/vendor/github.com/hashicorp/go-version/.travis.yml
@@ -0,0 +1,11 @@
1language: go
2
3go:
4 - 1.0
5 - 1.1
6 - 1.2
7 - 1.3
8 - 1.4
9
10script:
11 - go test