aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/soniakeys/graph/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/soniakeys/graph/travis.sh')
-rw-r--r--vendor/github.com/soniakeys/graph/travis.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/soniakeys/graph/travis.sh b/vendor/github.com/soniakeys/graph/travis.sh
deleted file mode 100644
index 5a8030a..0000000
--- a/vendor/github.com/soniakeys/graph/travis.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-set -ex
-go test ./...
-if [ "$TRAVIS_GO_VERSION" = "1.6" ]; then
- GOARCH=386 go test ./...
- go tool vet -example .
- go get github.com/client9/misspell/cmd/misspell
- go get github.com/soniakeys/vetc
- misspell -error * */* */*/*
- vetc
-fi