Travis deployment fixed
This commit is contained in:
parent
bb20882ade
commit
c82288d641
|
@ -11,6 +11,7 @@ php:
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update
|
- composer self-update
|
||||||
- composer install
|
- composer install
|
||||||
|
- cp phpunit.xml.dist phpunit.xml
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/phing/phing/bin/phing -f build.xml
|
- vendor/phing/phing/bin/phing -f build.xml
|
||||||
|
|
Loading…
Reference in New Issue