shithub: hugo

ref: 6f9f93f34ba71c28e8ad11c4384e22562e8f285d
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 ./...