1
0
Commit Graph

20 Commits

Author SHA1 Message Date
2f6a84d5e9
.travis.yml: Use Ubuntu 16.04 "xenial" 2019-04-19 11:07:17 +03:00
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
a194eba0d6
.travis.yml: Remove debug steps
The solution was to change back to the blog's git clone location
inside the original $TRAVIS_HOME after the hugo build and install.
2018-11-08 09:57:27 +02:00
483091aa32
.travis.yml: Try to cd to blog source 2018-11-08 09:53:13 +02:00
fcbb479123
.travis.yml: Try to figure out where we are 2018-11-08 09:45:47 +02:00
27dfd0fbc8
.travis.yml: Try to run hugo from blog root
Now hugo builds fine, but I'm not sure where the blog directory is.
2018-11-08 09:34:38 +02:00
d5bbfd9214
.travis.yml: Update for Go 1.11
Golang now supports modules and I think Hugo's build system changed
to support this. Trying to port changes from the Hugo configuration
here:

https://github.com/gohugoio/hugo/blob/master/.travis.yml
2018-11-08 09:29:39 +02:00
2e52cdd4cc
.travis.yml: Use Go 1.10 2018-03-09 22:43:34 +02:00
145bec1deb
.travis.yml: Update Hugo repository 2018-03-09 22:43:06 +02:00
17e47dbde7
.travis.yml: Remove notification config
This is enabled by default actually.
2017-03-29 12:37:02 +03:00
f1276f17ac
.travis.yml: Add notification for build failures 2017-03-29 12:29:41 +03:00
1c88dbefe6
.travis.yml: Explicitly disable sudo
It's the default in repositories enabled after 2015, but it doesn't
hurt to be explicit.

See: https://blog.travis-ci.com/2016-11-08-trusty-container-public-beta/
2017-03-29 12:19:55 +03:00
e819af2a96
.travis.yml: Build with Ubuntu 14.04 (trusty) 2017-03-29 12:17:56 +03:00
fd445da5bb
.travis.yml: Use before_script to prepare the theme 2017-03-29 12:16:05 +03:00
e419b4e9d4
.travis.yml: Retab 2017-03-29 12:10:15 +03:00
ee3f3ed046
.travis.yml: Add vim modeline 2017-03-29 12:09:56 +03:00
19e8f400cb
.travis.yml: Adjust whitespace 2017-03-29 12:08:40 +03:00
97274a7cd8
.travis.yml: Build with go 1.8 2017-03-29 12:08:21 +03:00
d79158cb83
.travis.yml: Add install command to clone theme 2017-03-29 12:04:50 +03:00
5054e01fb0
Add configuration for Travis CI 2017-03-29 12:00:54 +03:00