Update Travis go versions

This commit is contained in:
Cameron Moore 2016-12-22 22:19:00 -06:00 committed by Bjørn Erik Pedersen
parent 441476b6c5
commit f25f837339

View file

@ -1,8 +1,8 @@
language: go language: go
sudo: required sudo: required
go: go:
- 1.6.3 - 1.6.4
- 1.7.3 - 1.7.4
- tip - tip
os: os:
- linux - linux
@ -19,6 +19,6 @@ script:
- ./hugo -s docs/ - ./hugo -s docs/
- ./hugo --renderToMemory -s docs/ - ./hugo --renderToMemory -s docs/
before_install: before_install:
# gem install must be run with sudo on OSX # gem install must be run with sudo on OSX
- sudo gem install asciidoctor | gem install asciidoctor - sudo gem install asciidoctor | gem install asciidoctor
- sudo pip install docutils - sudo pip install docutils