shithub: hugo

ref: a8f91ace11c51e1a4c72b41d22bc80b23b9ea9b5
dir: /.travis.yml/

View raw version
language: go
go:
  - 1.3
  - tip
script:
  - go test ./...
  - go build
  - ./hugo -s docs/
install:
  - go get github.com/stretchr/testify
  - go get -v ./...