diff options
Diffstat (limited to 'vendor/github.com/mreiferson/go-httpclient/.travis.yml')
-rw-r--r-- | vendor/github.com/mreiferson/go-httpclient/.travis.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/mreiferson/go-httpclient/.travis.yml b/vendor/github.com/mreiferson/go-httpclient/.travis.yml deleted file mode 100644 index d6f3d45d..00000000 --- a/vendor/github.com/mreiferson/go-httpclient/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: go -go: - - '1.x' -arch: - - amd64 - - ppc64le -install: - - go get github.com/bmizerany/assert -script: - - pushd $TRAVIS_BUILD_DIR - - go test - - popd -notifications: - email: false |