summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2016-12-04Update to Go 1.7.4jbub
2016-10-19Update to Go 1.7.3Eldin Hadzic
2016-08-15Use Go 1.7 for CIMatthew Holt
2016-08-02Enable cgo for CI tests so race detector can runMatthew Holt
2016-08-02Add -race to CI tests; use Go 1.6.3Matthew Holt
2016-05-24Use latest Go version (1.6.2) for CI buildsMatthew Holt
2016-04-06Apparently vet ships with Go nowMatthew Holt
2016-03-26Add golint and ineffassign to CI scriptsMatthew Holt
golint is not part of the tests since our Markdown dependency defines an interface that is not lint-compliant (unfortunately). See https://github.com/russross/blackfriday/issues/240
2016-02-19Try to get Go 1.6 on appveyorMatthew Holt
2016-02-17Move to Go 1.6 and set CGO_ENABLED=0 in testsMatthew Holt
2015-10-31Remove PATH from build outputAbiola Ibrahim
2015-10-14Change c:\go to c:\gopath to avoid conflictsMatthew Holt
2015-10-12Add AppVeyor manifestMatthew Holt