Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2016-08-16 17:09:19 +0300
committerCameron Moore <moorereason@gmail.com>2016-08-17 01:01:59 +0300
commitd3627b1747c18eb18279012afe5ba7174bdaa869 (patch)
tree0ec6b773e0aa74126e3819a282051225f30e212a /.travis.yml
parentd72c454f78e1d2d099bef19221fb3065e0889b99 (diff)
Simplify Travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f6a58cb56..0e5a008fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,3 @@ script:
before_install:
- gem install asciidoctor
- sudo pip install docutils
-install:
- - go get github.com/stretchr/testify
- - go get -v ./...