summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2016-03-22Do make check in TravisBjørn Erik Pedersen
2016-02-17Go 1.6 is out!Bjørn Erik Pedersen
2016-02-05Add --renderToMemory as an additional Travis build stepBjørn Erik Pedersen
2016-01-13Update Travis config to Go 1.5.3Bjørn Erik Pedersen
2015-12-04Update Travis config to Go 1.5.2Bjørn Erik Pedersen
2015-12-02Switch to container-based TravisBjørn Erik Pedersen
2015-11-20Update Travis 1.4.2 > 1.4.3Bjørn Erik Pedersen
2015-11-14Revert "Update Go release version to 1.5.2 in Travis config"Bjørn Erik Pedersen
This reverts commit 30ebf6b82354fc1eb7a15aa0ff610b24a690724c. There is no Go 1.5.2... Where did I get that info!?
2015-11-10Update Go release version to 1.5.2 in Travis configBjørn Erik Pedersen
2015-09-15Update .travis.yml for Go 1.5.1Anthony Fok
Also replaced CRLF with LF in .travis.yml
2015-09-15Test builds on OS XEdward Vielmetti
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-08-21Update Travis for Go 1.5Bjørn Erik Pedersen
2015-06-11Let travis test against go-tipAriejan de Vroom
2015-06-06Temp remove tip from Travisbep
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-05-24Add Go 1.4.2 to Travis configbep
Go tip is at 1.5 now; make sure we also test with the latest release version.
2014-12-30Bumping Travis to test go 1.3 & 1.4spf13
2014-08-25Bumping Travis to test Go 1.2 & tip (1.3)spf13
2014-02-27Reorganization of helpers. Centralized Url/Path logic. Fixed #175.spf13
2014-01-18Have travis build with latest go.spf13
2013-09-01Include building hugo docs as part of test.Noah Campbell
If the building of the doc fails, tarvis will fail. This will help with pull requests.
2013-08-12Move timezone tests to integration test.Noah Campbell
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-09Add support for continuous testing.Noah Campbell
Using travis-ci.org