travis-ci: install another pear dep
This commit is contained in:
parent
36c0585fce
commit
e715e41cd9
@ -8,7 +8,8 @@ notifications:
|
|||||||
before_script:
|
before_script:
|
||||||
- mysql -e 'create database semanticscuttle_test;'
|
- mysql -e 'create database semanticscuttle_test;'
|
||||||
- mysql semanticscuttle_test < data/tables.sql
|
- mysql semanticscuttle_test < data/tables.sql
|
||||||
- cat data/config.php.dist | sed "s/'username'/'root'/" | sed "s/'password'/''/" | sed "s/'scuttle'/'semanticscuttle_test'/" > data/config.php
|
- cat data/config.php.dist | sed "s/'username'/'root'/" | sed "s/'password'/''/" | sed "s/'scuttle'/'semanticscuttle_test'/" | sed "s/'mysql4'/'mysqli'/" > data/config.php
|
||||||
- pyrus install pear/HTTP_Request2
|
- pyrus install pear/HTTP_Request2
|
||||||
- pyrus install pear/PEAR
|
- pyrus install pear/PEAR
|
||||||
|
- pyrus install pear/Stream_Var
|
||||||
- phpenv rehash
|
- phpenv rehash
|
||||||
|
Loading…
Reference in New Issue
Block a user