diff options
Diffstat (limited to 'vendor/gopkg.in/toqueteos/substring.v1/.travis.yml')
-rw-r--r-- | vendor/gopkg.in/toqueteos/substring.v1/.travis.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/gopkg.in/toqueteos/substring.v1/.travis.yml b/vendor/gopkg.in/toqueteos/substring.v1/.travis.yml deleted file mode 100644 index 34e2822397..0000000000 --- a/vendor/gopkg.in/toqueteos/substring.v1/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: go - -go: - - 1.2 - - 1.3 - - 1.4 - - tip - -script: - - go get launchpad.net/gocheck - - go test |