shithub: hugo

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