shithub: hugo

ref: f2ab0b2608a1c4dc7109733be7eff80738ae9712
dir: /.travis.yml/

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