vendor/github.com/spf13/cast/.travis.yml
changeset 260 445e01aede7e
parent 259 db4911b0c721
child 261 270cc4dda0c5
--- a/vendor/github.com/spf13/cast/.travis.yml	Tue Aug 23 22:33:28 2022 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-language: go
-env:
-  -  GO111MODULE=on
-sudo: required
-go:
-  - "1.11.x"
-  - "1.12.x"
-  - tip
-os:
-  - linux
-matrix:
-  allow_failures:
-    - go: tip
-  fast_finish: true
-script:
-  - make check