We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2b7a7 commit 4a55debCopy full SHA for 4a55deb
.travis.yml
@@ -18,15 +18,13 @@ jobs:
18
- php: 7.1
19
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
20
- php: 7.2
21
- env: COVERAGE=true DEPENDENCIES="leanphp/phpspec-code-coverage"
+ env: COVERAGE=true DEPENDENCIES="leanphp/phpspec-code-coverage phpspec/phpspec:^4.2"
22
script:
23
- composer test-ci
24
after_success:
25
- wget https://scrutinizer-ci.com/ocular.phar
26
- php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml --revision=$TRAVIS_COMMIT
27
# Test LTS versions
28
- - php: 7.2
29
- env: DEPENDENCIES="dunglas/symfony-lock:^2"
30
31
env: DEPENDENCIES="dunglas/symfony-lock:^3"
32
0 commit comments