shithub: hugo

ref: e8bbc44ab0a249df4fe618fa22dfce2ed4e50ad3
dir: /.travis.yml/

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