summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
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.