Improve travis
This commit is contained in:
@@ -5,12 +5,10 @@ sudo: false
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.0
|
|
||||||
- 7.1
|
- 7.1
|
||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
- 7.4
|
- 7.4
|
||||||
- nightly
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo sh -c 'echo "deb https://repo.delellis.com.ar bionic bionic" > /etc/apt/sources.list.d/20-pdlib.list'
|
- sudo sh -c 'echo "deb https://repo.delellis.com.ar bionic bionic" > /etc/apt/sources.list.d/20-pdlib.list'
|
||||||
@@ -21,6 +19,8 @@ before_install:
|
|||||||
- phpize
|
- phpize
|
||||||
- ./configure --enable-debug
|
- ./configure --enable-debug
|
||||||
- make
|
- make
|
||||||
|
- sudo make install
|
||||||
|
- echo "extension=pdlib.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- export TEST_PHP_EXECUTABLE=`which php`
|
- export TEST_PHP_EXECUTABLE=`which php`
|
||||||
|
|||||||
Reference in New Issue
Block a user