mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 03:06:02 +03:00
Added fast_finish and more php versions
This commit is contained in:
parent
154a84fdfa
commit
bc031ea316
@ -4,18 +4,22 @@ php:
|
|||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
- 5.6
|
||||||
- hhvm
|
- hhvm
|
||||||
|
- hhvm-nightly
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update && composer install --dev
|
- composer self-update && composer install --dev
|
||||||
- vendor/tedivm/dovecottesting/SetupEnvironment.sh
|
- vendor/tedivm/dovecottesting/SetupEnvironment.sh
|
||||||
|
|
||||||
|
|
||||||
script: ./tests/runTests.sh
|
script: ./tests/runTests.sh
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- php vendor/bin/coveralls -v
|
- php vendor/bin/coveralls -v
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php:
|
||||||
|
- hhvm
|
||||||
|
- hhvm-nightly
|
Loading…
Reference in New Issue
Block a user