Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cecc03b862e4ae6ad22261f5ac9efe93b8192377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 ./...