mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 11:16:03 +03:00
Merge pull request #110 from tedious/travis_updates
Updating travis-ci to test more versions and enable fast_finish
This commit is contained in:
commit
3c5402c0aa
@ -4,18 +4,21 @@ 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
|
||||||
|
- php: hhvm-nightly
|
Loading…
Reference in New Issue
Block a user