aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/Sirupsen/logrus/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Sirupsen/logrus/.travis.yml')
-rw-r--r--vendor/github.com/Sirupsen/logrus/.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/Sirupsen/logrus/.travis.yml b/vendor/github.com/Sirupsen/logrus/.travis.yml
new file mode 100644
index 0000000..804c569
--- /dev/null
+++ b/vendor/github.com/Sirupsen/logrus/.travis.yml
@@ -0,0 +1,8 @@
+language: go
+go:
+ - 1.6
+ - 1.7
+ - tip
+install:
+ - go get -t ./...
+script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...