shithub: hugo

ref: 85c04ca2f3bf1aac9941953918ab1f1b69f1a29f
dir: /.travis.yml/

View raw version
language: go
go:
  - 1.1
  - tip
script:
  - go test ./...
  - go build
  - ./hugo -s docs/
install:
  - go get github.com/stretchr/testify
  - go get -v ./...