shithub: hugo

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