SemanticScuttle/.travis.yml

16 lines
524 B
YAML
Raw Permalink Normal View History

2012-01-25 21:22:10 +00:00
language: php
phps:
- 5.3
script: cd tests && phpunit .
notifications:
irc: "irc.freenode.org#semanticscuttle"
before_script:
- mysql -e 'create database semanticscuttle_test;'
- mysql semanticscuttle_test < data/tables.sql
2012-01-25 22:14:07 +00:00
- 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/PEAR
2012-01-25 22:14:07 +00:00
- pyrus install pear/Stream_Var
- phpenv rehash