aboutsummaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/russross/blackfriday.v2/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/russross/blackfriday.v2/.travis.yml')
-rw-r--r--vendor/gopkg.in/russross/blackfriday.v2/.travis.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/gopkg.in/russross/blackfriday.v2/.travis.yml b/vendor/gopkg.in/russross/blackfriday.v2/.travis.yml
new file mode 100644
index 0000000..a4eb257
--- /dev/null
+++ b/vendor/gopkg.in/russross/blackfriday.v2/.travis.yml
@@ -0,0 +1,18 @@
+# Travis CI (http://travis-ci.org/) is a continuous integration service for
+# open source projects. This file configures it to run unit tests for
+# blackfriday.
+
+language: go
+
+go:
+ - 1.5
+ - 1.6
+ - 1.7
+
+install:
+ - go get -d -t -v ./...
+ - go build -v ./...
+
+script:
+ - go test -v ./...
+ - go test -run=^$ -bench=BenchmarkReference -benchmem