summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Ezell <[email protected]>2014-03-11 12:55:57 -0700
committerJesse Ezell <[email protected]>2014-03-11 12:55:57 -0700
commit634acbe498e40e617b4aefcce7a82887a455a04e (patch)
tree90d4404350d00b7276096080006e280ec308adff /.travis.yml
parent9fb7a746e0103ceff2fd8eb9845e782711a87535 (diff)
parent1cf81178141c504c62bb3faaa406db665dc5471a (diff)
merge with latest
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
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