shithub: hugo

ref: 1f4a3c1f38b69afd268a3e7c8f4ee938df325649
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 ./...