1
0

.travis.yml: Build with Ubuntu 14.04 (trusty)

This commit is contained in:
Alan Orth 2017-03-29 12:17:56 +03:00
parent fd445da5bb
commit e819af2a96
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -4,5 +4,6 @@ go:
install: go get -v github.com/spf13/hugo
before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
script: hugo
dist: trusty
# vim: ts=2 sw=2 et