mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
Update Travis go versions
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
441476b6c5
commit
f25f837339
@@ -1,8 +1,8 @@
|
||||
language: go
|
||||
sudo: required
|
||||
go:
|
||||
- 1.6.3
|
||||
- 1.7.3
|
||||
- 1.6.4
|
||||
- 1.7.4
|
||||
- tip
|
||||
os:
|
||||
- linux
|
||||
@@ -19,6 +19,6 @@ script:
|
||||
- ./hugo -s docs/
|
||||
- ./hugo --renderToMemory -s docs/
|
||||
before_install:
|
||||
# gem install must be run with sudo on OSX
|
||||
- sudo gem install asciidoctor | gem install asciidoctor
|
||||
# gem install must be run with sudo on OSX
|
||||
- sudo gem install asciidoctor | gem install asciidoctor
|
||||
- sudo pip install docutils
|
||||
|
Reference in New Issue
Block a user