shithub: hugo

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