diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-19 17:58:15 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-19 17:58:15 +0200 |
commit | 9f04fc2f7b31aeefa8281aff0d1d40a698f4b627 (patch) | |
tree | 23386ccbd3b53f51af8b35a144b1e9563d5ee621 /vendor/github.com/kevinburke/go.uuid/.travis.yml | |
parent | f42cf79443fd08f61385761f86ddeb0f914257e6 (diff) | |
download | git-bug-9f04fc2f7b31aeefa8281aff0d1d40a698f4b627.tar.gz |
bug: replace the uuid based id with the hash of the first commit
Diffstat (limited to 'vendor/github.com/kevinburke/go.uuid/.travis.yml')
-rw-r--r-- | vendor/github.com/kevinburke/go.uuid/.travis.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/kevinburke/go.uuid/.travis.yml b/vendor/github.com/kevinburke/go.uuid/.travis.yml deleted file mode 100644 index 58cf5628..00000000 --- a/vendor/github.com/kevinburke/go.uuid/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -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 |