shithub: hugo

ref: e98f0014f2f46ff4b342d5eb3062d4fb1e6d4184
dir: /.travis.yml/

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