mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Update Travis go versions
This commit is contained in:
parent
441476b6c5
commit
f25f837339
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue