diff options
| author | Jesse Ezell <[email protected]> | 2014-03-11 12:55:57 -0700 |
|---|---|---|
| committer | Jesse Ezell <[email protected]> | 2014-03-11 12:55:57 -0700 |
| commit | 634acbe498e40e617b4aefcce7a82887a455a04e (patch) | |
| tree | 90d4404350d00b7276096080006e280ec308adff /.travis.yml | |
| parent | 9fb7a746e0103ceff2fd8eb9845e782711a87535 (diff) | |
| parent | 1cf81178141c504c62bb3faaa406db665dc5471a (diff) | |
merge with latest
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..86f8265 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: go + +go: + - 1.0 + - 1.1 + - tip + +env: + - PKG_CONFIG_PATH=libgit2/install/lib/pkgconfig LD_LIBRARY_PATH=libgit2/install/lib + +install: + - script/build-libgit2.sh |
