Skip to content

Commit e13ebd7

Browse files
committed
Testing travis base script
1 parent 77ec0ea commit e13ebd7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)