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
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
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
d841d522f1
Include building hugo docs as part of test.
...
If the building of the doc fails, tarvis will fail. This will help with
pull requests.
2013-09-01 20:03:10 -07:00
0305c82513
Move timezone tests to integration test.
...
Interacting with timezones will result in checks against the filesystem.
This access, by definition, is an integration test. Creating a
*integration_test.go file will signify this change.
When interacting with Travis-ci.org, the ubuntu boxes plus go 1.1 do not
seem to support shortcode timezones, think PST. In this case, the tests
are skipped. This is not ideal, but the IRC #go-nuts channel has
indicated timezone support is still lacking. We should advise users of
hugo that timezone support may be an issue and report any odd behavior.
The workaround is to use numeric timezones (-08:00 for PST, etc.)
2013-08-12 12:04:04 -07:00
bb273df4cd
Add support for continuous testing.
...
Using travis-ci.org
2013-08-09 18:34:51 -07:00