shithub: hugo

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