vendor/github.com/russross/blackfriday/.travis.yml
changeset 246 0998f404dd31
parent 245 910f00ab2799
child 247 1ca743b3eb80
--- a/vendor/github.com/russross/blackfriday/.travis.yml	Sun Jan 13 12:58:50 2019 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# 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