shithub: hugo

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