shithub: hugo

ref: 3521e8b1e57feb7ff9625a7e8bc453e10ba11b9e
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 ./...