shithub: hugo

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