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 8a0dce6 commit d21bccaCopy full SHA for d21bcca
.travis.yml
@@ -1,13 +1,13 @@
1
language: php
2
3
-sudo: false
4
-
5
cache:
6
directories:
7
- $HOME/.composer/cache
8
9
env:
10
- PROPHECY_VERSION=dev-master
+ - PROPHECY_VERSION=~1.10.0
+ - PROPHECY_VERSION=~1.9.0
11
- PROPHECY_VERSION=~1.8.0
12
- PROPHECY_VERSION=~1.7.0
13
- PROPHECY_VERSION=~1.6.0
@@ -19,17 +19,15 @@ env:
19
- PROPHECY_VERSION=~1.0.0
20
21
php:
22
+ - 7.4
23
- 7.3
24
- 7.2
25
- 7.1
26
- 7.0
27
- 5.6
- - hhvm
28
29
matrix:
30
fast_finish: true
31
- allow_failures:
32
- - php: hhvm
33
34
install:
35
- composer require phpspec/prophecy:${PROPHECY_VERSION} squizlabs/php_codesniffer phpmd/phpmd cundd/test-flight
0 commit comments