From e819af2a9616131e4787e6a3644245f88ce56d7b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 29 Mar 2017 12:17:56 +0300 Subject: [PATCH] .travis.yml: Build with Ubuntu 14.04 (trusty) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 42c50bc3..9cc7d26e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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