1
0
picturingjordan.com/.travis.yml
Alan Orth 6442f26cb2
.travis.yml: Use Go 1.12
Fixes error in build:

go build golang.org/x/sys/unix: module requires Go 1.12
2019-04-17 08:21:39 +03:00

18 lines
417 B
YAML

language: go
go:
- 1.12
install:
- mkdir -p $HOME/src
- git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo
- cd $HOME/src/hugo
- go install
before_script:
- cd $TRAVIS_HOME/gopath/src/github.com/alanorth/picturingjordan.com
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
script:
- hugo
sudo: false
dist: trusty
# vim: ts=2 sw=2 et