shithub: hugo

ref: e4ed9d6b021a75d060bf598369fdee12b29a89fb
dir: /.travis.yml/

View raw version
language: go
go:
  - 1.3
  - 1.4.2
  - tip
script:
  - go test ./...
  - go build
  - ./hugo -s docs/
install:
  - go get github.com/stretchr/testify
  - go get -v ./...