1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

53 Commits

Author SHA1 Message Date
77cbd001ff Update Travis and snapcraft to Go 1.9.2
See #4064
2017-11-08 00:37:59 +01:00
856fc445da Bump Go versions in Travis config 2017-10-05 18:50:36 +02:00
8d2580f07c Replace make with mage
Fixes #3937
2017-10-05 10:53:02 +02:00
fc4a0d1704 Update Travis build to Go 1.9!
Just released: https://blog.golang.org/go1.9
2017-08-25 08:08:17 +02:00
07f6e1499c travis: Pull docutils out into requirements.txt 2017-08-11 18:39:04 +02:00
e8468a9852 travis: Fix docutils setup 2017-08-11 17:23:40 +02:00
359af563a1 travis: Try to fix docutils setup on Linux 2017-08-11 14:21:21 +02:00
7198ea8a1e Revert "Remove docs building from CI builds"
Now /docs is a Git subtree, so now this should just work.

This reverts commit 214dbdfb6f016d21415bc1ed511a37a084238878.
2017-06-26 21:05:21 +02:00
214dbdfb6f Remove docs building from CI builds
We could probably get it working, but we have plenty of site tests now.
2017-06-14 11:16:06 +02:00
bde807bd1e travis: Update Go versions 2017-05-26 10:49:40 +03:00
9a8b65d8d7 travis: Go 1.8.1 2017-04-07 20:30:45 +02:00
b7aa230458 travis: Bump to Go 1.7.5 and 1.8 (Yay!) 2017-02-17 17:39:33 +01:00
1d7b960614 Clean up Makefile (#2924)
Add missing deprecated targets.  Remove `test` from `check` target since
we already have `test-race`.

Fixes #2901
2017-01-11 10:07:35 +01:00
6374d82b82 travis: Add GOARCH 386 test
Closes #2847
2016-12-29 16:44:39 +01:00
f25f837339 Update Travis go versions 2016-12-23 09:49:15 +01:00
1992b356b0 Bump Travis to Go 1.7.3 2016-10-19 21:53:56 +02:00
27d7aa5f10 travis: Reintroduce asciidoctor to build
Fixes #2524
2016-10-06 09:31:57 +02:00
00b3667f30 travis: Remove asciidoctor from build
It fails. Will have to investigate.
2016-10-05 14:36:50 +02:00
217d6ea605 travis: Fix asciidoctor build 2016-10-05 14:35:02 +02:00
f37f57a814 travis: Lock asciidoctor to 1.5.4
1.5.5 (the newly released) seems to break.
2016-10-05 14:11:56 +02:00
6e692f2d11 Add vendoring with govendor 2016-09-19 00:10:10 +02:00
a8fad86671 Bump Travis to Go 1.7.1 2016-09-08 00:37:04 +03:00
d3627b1747 Simplify Travis build 2016-08-16 17:01:59 -05:00
2175ea5b06 Bump Travis to Go 1.7 2016-08-16 10:05:10 +02:00
802d43cbfd Disable Go 1.5.4 in Travis
There is one failing test there now, a odd filesystem issue.

Since Go 1.7 is only "days" away, I'm not spending time debugging this.
2016-07-30 19:37:15 +02:00
7dd5cd675a Bump Travis to Go 1.6.3 2016-07-18 23:46:37 +02:00
770df77b22 Add Docutils to Travis
Fixes #2255
Closes #2254
2016-07-04 12:58:14 +02:00
05a33e314e Add Asciidoctor to Travis
Fixes #2250
2016-07-04 12:58:09 +02:00
5572e3496b Update Travis config to Go 1.6.2 2016-06-29 23:05:48 -06:00
dc8659c539 Update Travis config to Go 1.5.4 and 1.6.1 2016-04-13 16:17:43 +02:00
969f9311c1 Build Hugo in Travis with race detection enabled 2016-04-07 13:40:18 +02:00
691c2ea970 Do make check in Travis 2016-03-22 23:14:17 +01:00
253a618854 Go 1.6 is out! 2016-02-17 23:18:54 +01:00
792b2438ed Add --renderToMemory as an additional Travis build step 2016-02-05 21:32:55 +01:00
e69e276ac9 Update Travis config to Go 1.5.3 2016-01-13 22:43:55 +01:00
6a519e692b Update Travis config to Go 1.5.2 2015-12-04 02:09:03 +01:00
df85e5a0aa Switch to container-based Travis 2015-12-02 23:52:56 +01:00
f6ba48f2d0 Update Travis 1.4.2 > 1.4.3 2015-11-20 19:16:13 +01:00
dcf1f96c2d Revert "Update Go release version to 1.5.2 in Travis config"
This reverts commit 30ebf6b82354fc1eb7a15aa0ff610b24a690724c.

There is no Go 1.5.2... Where did I get that info!?
2015-11-14 16:59:45 +01:00
30ebf6b823 Update Go release version to 1.5.2 in Travis config 2015-11-10 21:41:47 +01:00
d984dde2f5 Update .travis.yml for Go 1.5.1
Also replaced CRLF with LF in .travis.yml
2015-09-15 23:06:00 -06:00
b5b8cc9bd3 Test builds on OS X
Add an "os" target for OS X to test builds on Mac. No reason to believe it won't work, but always worth testing things.
2015-09-15 22:59:19 -06:00
3982854eeb Update Travis for Go 1.5 2015-08-21 09:17:53 +02:00
3ab00e6e64 Let travis test against go-tip 2015-06-11 20:53:43 +02:00
bep
bee46915d0 Temp remove tip from Travis
There is one failing test there. It runs fine for me on tip locally (Linux).

Will reinsert this once tip gets into stable mode.
2015-06-06 23:56:23 +02:00
bep
bef34597f4 Add Go 1.4.2 to Travis config
Go tip is at 1.5 now; make sure we also test with the latest release version.
2015-05-24 18:46:36 +02:00
fb1b795d59 Bumping Travis to test go 1.3 & 1.4 2014-12-30 14:58:48 -05:00
1143a8fa49 Bumping Travis to test Go 1.2 & tip (1.3) 2014-08-25 15:18:53 -04:00
14227351fa Reorganization of helpers. Centralized Url/Path logic. Fixed #175. 2014-02-27 20:33:18 -05:00
fa2e58fd4a Have travis build with latest go. 2014-01-18 11:05:50 -05:00