shithub: hugo

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