shithub: hugo

ref: 0099b5a3cb922ac3f844b5d9d9f098cd1003b0f5
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 ./...