Skip to content

Commit 4a55deb

Browse files
committed
Fixes
1 parent 3f2b7a7 commit 4a55deb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
- php: 7.1
1919
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
2020
- php: 7.2
21-
env: COVERAGE=true DEPENDENCIES="leanphp/phpspec-code-coverage"
21+
env: COVERAGE=true DEPENDENCIES="leanphp/phpspec-code-coverage phpspec/phpspec:^4.2"
2222
script:
2323
- composer test-ci
2424
after_success:
2525
- wget https://scrutinizer-ci.com/ocular.phar
2626
- php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml --revision=$TRAVIS_COMMIT
2727
# Test LTS versions
28-
- php: 7.2
29-
env: DEPENDENCIES="dunglas/symfony-lock:^2"
3028
- php: 7.2
3129
env: DEPENDENCIES="dunglas/symfony-lock:^3"
3230
- php: 7.2

0 commit comments

Comments
 (0)