diff options
author | nanohard <nanohard@users.noreply.github.com> | 2018-08-18 19:29:35 -0500 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2018-08-19 21:08:03 -0600 |
commit | 3c15499b7dd96f68262f59a368cf215b4b4c39a1 (patch) | |
tree | 12202f2599bba2f4107d679363480d56cf361f79 /cmd/ponzu/vendor/github.com/gofrs/uuid/.travis.yml | |
parent | 83d740d8437d6cd55ad5ac8e3a293221c24260df (diff) |
Replaced satori/go.uuid with gofrs/uuid. (#268)
* Changed files to use new uuid pkg.
* Replace satori/go.uuid with gofrs/uuid. Closes #257.
* Deleted satori/go.uuid folder. Closes #257.
Diffstat (limited to 'cmd/ponzu/vendor/github.com/gofrs/uuid/.travis.yml')
-rw-r--r-- | cmd/ponzu/vendor/github.com/gofrs/uuid/.travis.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cmd/ponzu/vendor/github.com/gofrs/uuid/.travis.yml b/cmd/ponzu/vendor/github.com/gofrs/uuid/.travis.yml new file mode 100644 index 0000000..bb43fd2 --- /dev/null +++ b/cmd/ponzu/vendor/github.com/gofrs/uuid/.travis.yml @@ -0,0 +1,19 @@ +language: go +sudo: false +go: + - 1.7 + - 1.8 + - 1.9 + - "1.10" + - tip +matrix: + allow_failures: + - go: tip + fast_finish: true +before_install: + - go get github.com/mattn/goveralls + - go get golang.org/x/tools/cmd/cover +script: + - $HOME/gopath/bin/goveralls -service=travis-ci +notifications: + email: false |