| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-26 | travis: let yaml know these strings are strings | Carlos Martín Nieto | |
| 2018-03-26 | travis: build against Go 1.10 | Carlos Martín Nieto | |
| 2017-09-03 | travis: include go 1.9 | Carlos Martín Nieto | |
| 2017-09-03 | travis: don't update submodules recursively | Carlos Martín Nieto | |
| We have invalid submodules for testing and Travis gets unhappy. | |||
| 2017-07-04 | travis: update the Go versions | Carlos Martín Nieto | |
| We need to use `runtime.KeepAlive()` which only exists past Go 1.7. Furthermore, Go 1.7 is the latest supported by the language team. | |||
| 2017-04-14 | travis: build statically | Carlos Martín Nieto | |
| 2017-01-20 | Merge remote-tracking branch 'origin/next' | Carlos Martín Nieto | |
| 2016-12-23 | Build /v\d+/ branches | Carlos Martín Nieto | |
| 2016-11-01 | Only test against 1.5 and up | Carlos Martín Nieto | |
| Go 1.5 is the first one which supports the variable replacement we're using for the flags. Any older versions aren't supported by the Go team now that 1.7 is out, so you should be on one of these versions. | |||
| 2016-10-31 | travis: only build master and next | Carlos Martín Nieto | |
| The other branches will get built as part of a PR. | |||
| 2016-08-27 | Add Go 1.7 to the build list | Carlos Martín Nieto | |
| 2016-08-27 | Add test for slice-to-slice and GCo pointer detection | Itamar Turner-Trauring | |
| 2015-08-31 | Test against Go 1.5 | Carlos Martín Nieto | |
| 2015-08-04 | We do require sudo on Travis | Carlos Martín Nieto | |
| 2015-06-28 | travis: don't install libgit2 for 'next' branch | Carlos Martín Nieto | |
| We have our own libgit2 in a submodule, so this is unnecessary. While in the area, update which version of libgit2 would be downloaded and remove unnecessary CMake flags. | |||
| 2015-06-28 | travis: allow containerized builds | Carlos Martín Nieto | |
| These builds should be quicker and faster. We don't need sudo, so write that down for Travis to move us to these builds. | |||
| 2015-04-03 | Test on travis using Go1.4 too | Artiom Di | |
| 2015-03-15 | Add a call to ldconfig in the travis script | Carlos Martín Nieto | |
| This should help it find the library we just installed. | |||
| 2015-03-15 | Make travis script install to /usr/local | Carlos Martín Nieto | |
| This is the correct place for software not installed by the system's package manager. | |||
| 2015-02-13 | return to correct directory for main build | Matthew Donoughe | |
| 2015-02-13 | sudo make install? | Matthew Donoughe | |
| 2015-02-13 | install libgit2 on travis ci | Matthew Donoughe | |
| 2014-07-03 | travis: build with Go 1.3 | Carlos Martín Nieto | |
| 2014-06-07 | Don't build with Go 1.0 | Carlos Martín Nieto | |
| Its cgo linker doesn't support statically linking C libraries. | |||
| 2014-06-07 | Adjust travis script to static | Carlos Martín Nieto | |
| 2014-05-31 | Update travis settings | Carlos Martín Nieto | |
| Build on 1.2 and allow tip to fail. These failures sometimes are our fault, sometimes go's. | |||
| 2014-03-25 | Add a settings package | Carlos Martín Nieto | |
| This lets us modify the libgit2-wide options/settings. | |||
| 2014-02-28 | Add a travis script | Carlos Martín Nieto | |
| Add a build script and ask Travis to run it. It downloads the tip of libgit2's dev branch and tests against that. | |||
