shithub: hugo

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