shithub: hugo

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