mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-05 19:00:24 +00:00
parent
05a33e314e
commit
770df77b22
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
language: go
|
language: go
|
||||||
sudo: false
|
sudo: required
|
||||||
go:
|
go:
|
||||||
- 1.5.4
|
- 1.5.4
|
||||||
- 1.6.2
|
- 1.6.2
|
||||||
|
@ -17,6 +17,7 @@ script:
|
||||||
- ./hugo --renderToMemory -s docs/
|
- ./hugo --renderToMemory -s docs/
|
||||||
before_install:
|
before_install:
|
||||||
- gem install asciidoctor
|
- gem install asciidoctor
|
||||||
|
- sudo pip install docutils
|
||||||
install:
|
install:
|
||||||
- go get github.com/stretchr/testify
|
- go get github.com/stretchr/testify
|
||||||
- go get -v ./...
|
- go get -v ./...
|
||||||
|
|
Loading…
Reference in a new issue