Enable coveralls integration in Travis
This commit is contained in:
parent
ae8286cd1d
commit
9e31eeeece
@ -10,6 +10,10 @@ before_script:
|
||||
- git clone git://github.com/zenovich/runkit.git && cd runkit && phpize && ./configure && make && make install && cd ..
|
||||
- echo "extension=runkit.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||
- echo "runkit.internal_override=1" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||
- curl -s http://getcomposer.org/installer | php
|
||||
- php composer.phar install --dev --no-interaction
|
||||
script:
|
||||
- ./scripts/generate-mo --quiet
|
||||
- ant phpunit lint
|
||||
after_script:
|
||||
- php vendor/bin/coveralls -v
|
||||
|
||||
@ -20,5 +20,8 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"satooshi/php-coveralls": "dev-master",
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user