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:
authorspf13 <steve.francia@gmail.com>2014-02-28 03:32:09 +0400
committerspf13 <steve.francia@gmail.com>2014-02-28 05:33:18 +0400
commit14227351fad4acda28c9de90b593c952026f2911 (patch)
tree00157055ea1eac533db7ea07dc5043f06c129916 /.travis.yml
parent64572d2d60a6bee0cc0b87dcf0a944d88375d964 (diff)
Reorganization of helpers. Centralized Url/Path logic. Fixed #175.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 07833296a..4564573ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,11 @@
language: go
go:
+ - 1.1
- tip
script:
- go test ./...
- go build
- ./hugo -s docs/
+install:
+ - go get github.com/stretchr/testify
+ - go get -v ./...