shithub: hugo

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