We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ec0ea commit e13ebd7Copy full SHA for e13ebd7
.travis.yml
@@ -0,0 +1,8 @@
1
+sudo: required
2
+language: php
3
+php:
4
+ - 7.0
5
+before_install: ./libgit2_build.sh && phpize
6
+install: ./configure --prefix=/usr && sudo make install
7
+before_script: echo 'extension = git2.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
8
+script: ./test.sh
0 commit comments