shithub: hugo

ref: 563a6302a0a27f1b8412d4ab621e336f83159727
dir: /.travis.yml/

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