Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-19Add vendoring with govendorCameron Moore
2016-09-08Bump Travis to Go 1.7.1Bjørn Erik Pedersen
2016-08-17Simplify Travis buildCameron Moore
2016-08-16Bump Travis to Go 1.7Bjørn Erik Pedersen
2016-07-30Disable Go 1.5.4 in TravisBjørn Erik Pedersen
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-19Bump Travis to Go 1.6.3Bjørn Erik Pedersen
2016-07-04Add Docutils to TravisBjørn Erik Pedersen
Fixes #2255 Closes #2254
2016-07-04Add Asciidoctor to TravisBjørn Erik Pedersen
Fixes #2250
2016-06-30Update Travis config to Go 1.6.2Anthony Fok
2016-04-13Update Travis config to Go 1.5.4 and 1.6.1Bjørn Erik Pedersen
2016-04-07Build Hugo in Travis with race detection enabledBjørn Erik Pedersen
2016-03-23Do make check in TravisBjørn Erik Pedersen
2016-02-18Go 1.6 is out!Bjørn Erik Pedersen
2016-02-05Add --renderToMemory as an additional Travis build stepBjørn Erik Pedersen
2016-01-14Update 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-03Switch 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-16Update .travis.yml for Go 1.5.1Anthony Fok
Also replaced CRLF with LF in .travis.yml
2015-09-16Test 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-07Temp 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-28Reorganization of helpers. Centralized Url/Path logic. Fixed #175.spf13
2014-01-18Have travis build with latest go.spf13
2013-09-02Include 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-10Add support for continuous testing.Noah Campbell
Using travis-ci.org