summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2015-04-03Test on travis using Go1.4 tooArtiom Di
2015-03-15Add a call to ldconfig in the travis scriptCarlos Martín Nieto
This should help it find the library we just installed.
2015-03-15Make travis script install to /usr/localCarlos Martín Nieto
This is the correct place for software not installed by the system's package manager.
2015-02-13return to correct directory for main buildMatthew Donoughe
2015-02-13sudo make install?Matthew Donoughe
2015-02-13install libgit2 on travis ciMatthew Donoughe
2014-07-03travis: build with Go 1.3Carlos Martín Nieto
2014-06-07Don't build with Go 1.0Carlos Martín Nieto
Its cgo linker doesn't support statically linking C libraries.
2014-06-07Adjust travis script to staticCarlos Martín Nieto
2014-05-31Update travis settingsCarlos Martín Nieto
Build on 1.2 and allow tip to fail. These failures sometimes are our fault, sometimes go's.
2014-03-25Add a settings packageCarlos Martín Nieto
This lets us modify the libgit2-wide options/settings.
2014-02-28Add a travis scriptCarlos 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.