diff options
Diffstat (limited to 'dependencies/pkg/mod/github.com/google/uuid@v1.3.0/.travis.yml')
-rw-r--r-- | dependencies/pkg/mod/github.com/google/uuid@v1.3.0/.travis.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dependencies/pkg/mod/github.com/google/uuid@v1.3.0/.travis.yml b/dependencies/pkg/mod/github.com/google/uuid@v1.3.0/.travis.yml deleted file mode 100644 index d8156a6..0000000 --- a/dependencies/pkg/mod/github.com/google/uuid@v1.3.0/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: go - -go: - - 1.4.3 - - 1.5.3 - - tip - -script: - - go test -v ./... |