diff options
| author | Jesse Ezell <[email protected]> | 2014-03-20 22:02:19 -0700 |
|---|---|---|
| committer | Jesse Ezell <[email protected]> | 2014-03-20 22:02:19 -0700 |
| commit | 37964e878f70229171f94668cb96f347b798e2b2 (patch) | |
| tree | 5781761e13e57edb3589844b6faa799c1158b93a /.travis.yml | |
| parent | d0b334b24409ddc190a7010be0072d87df6b6bfe (diff) | |
| parent | 2811845a1287d949a74b8ed80a5791fd8875002a (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 |
