shithub: hugo

ref: 3c4bc653a3b95e14cb8f45dd5183d0f4071d0bb1
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 ./...