aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/kevinburke/go.uuid/.travis.yml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-16 23:20:23 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-16 23:23:43 +0200
commit1d678dfdfa026968dbb19795c9bed16385603b21 (patch)
treecac862609d0103ee30da39cd0054b11884248e9d /vendor/github.com/kevinburke/go.uuid/.travis.yml
parent131a862d313f12808d63e832126317a27226940b (diff)
downloadgit-bug-1d678dfdfa026968dbb19795c9bed16385603b21.tar.gz
vendor dependencies with dep
Diffstat (limited to 'vendor/github.com/kevinburke/go.uuid/.travis.yml')
-rw-r--r--vendor/github.com/kevinburke/go.uuid/.travis.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/github.com/kevinburke/go.uuid/.travis.yml b/vendor/github.com/kevinburke/go.uuid/.travis.yml
new file mode 100644
index 00000000..58cf5628
--- /dev/null
+++ b/vendor/github.com/kevinburke/go.uuid/.travis.yml
@@ -0,0 +1,14 @@
+language: go
+sudo: false
+go:
+ - 1.5.x
+ - 1.6.x
+ - 1.7.x
+ - 1.8.x
+ - 1.9.x
+ - master
+
+before_script:
+ - go get -t ./...
+script:
+ - make lint test