12f514ab00
Revert ".travis.yml: Add some environment settings"
...
This reverts commit 8057dadc76
.
Judginf by the Travis build log these don't do anything for us.
2020-12-06 10:44:01 +02:00
8057dadc76
.travis.yml: Add some environment settings
...
These are from the Hugo travis config and I'm curious what they do.
See: https://github.com/gohugoio/hugo/blob/master/.travis.yml
2020-12-06 10:38:14 +02:00
eeb1d5e85f
.travis.yml: Try to build on AWS graviton2 instances
...
These are the second generation of Amazon's ARM-based instances and
should be much faster than AMD64.
See: https://blog.travis-ci.com/2020-09-11-arm-on-aws
2020-12-06 10:27:35 +02:00
c2e7ffa173
.travis.yml: Use Ubuntu 20.04 "Focal" environment
2020-10-29 00:09:25 +03:00
b6d4d331a9
.travis.yml: Use latest stable golang 1.15.x
2020-10-29 00:09:05 +03:00
117746c96b
.travis.yml: Don't build in a container
...
I didn't realize these LXD containers are not available on AMD64.
2020-03-29 16:38:41 +03:00
6df4c04813
.travis.yml: Try to run in an LXD container
...
According to the build environment documentation we need to specify
an OS of Linux in order to get a container instead of a VM. This
should be faster in theory...
See: https://docs.travis-ci.com/user/reference/overview/
2020-03-29 16:31:22 +03:00
2e6f59a708
.travis.yml: Remove sudo
...
Apparently this is deprecated anyways:
Deprecated: The key sudo has no effect anymore.
See: https://config.travis-ci.com/ref/sudo
2020-03-29 16:12:32 +03:00
a62fabfd20
.travis.yml: Use Ubuntu 18.04 "Bionic"
...
This mimicks upstream Hugo's configuration.
See: https://github.com/gohugoio/hugo/blob/master/.travis.yml
2020-03-29 15:47:30 +03:00
236eb75c12
.travis.yml: Use Go 1.14.1
...
This mimicks upstream Hugo's configuration.
See: https://github.com/gohugoio/hugo/blob/master/.travis.yml
2020-03-29 15:46:53 +03:00
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