1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00
gohugoio-hugo/.travis.yml

27 lines
490 B
YAML
Raw Normal View History

language: go
sudo: required
go:
2016-12-22 22:19:00 -06:00
- 1.6.4
- 1.7.4
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
2016-08-16 10:05:10 +02:00
fast_finish: true
2016-09-18 17:10:10 -05:00
install:
- make govendor
script:
2016-03-22 20:35:02 +01:00
- make check
# Test 64-bit alignment on 32-bit builds
- env GOARCH=386 make test
- go build -race
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
2016-07-04 11:06:18 +02:00
before_install:
2016-12-22 22:19:00 -06:00
# gem install must be run with sudo on OSX
- sudo gem install asciidoctor | gem install asciidoctor
- sudo pip install docutils