shithub: hugo

ref: 01ec44a6b40b7a278d4e3fdc52a4456e80e0950b
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 ./...