shithub: hugo

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