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 6c6456c commit 85485d5Copy full SHA for 85485d5
.travis.yml
@@ -1,31 +1,28 @@
1
language: php
2
3
-sudo: false
4
-
5
cache:
6
directories:
7
- $HOME/.composer/cache
8
9
env:
10
- MOCKERY_VERSION=dev-master
+ - MOCKERY_VERSION=~1.3.0
11
- MOCKERY_VERSION=~1.2.0
12
- MOCKERY_VERSION=~1.1.0
13
- MOCKERY_VERSION=~1.0.0
14
- MOCKERY_VERSION=~0.9.0
15
- MOCKERY_VERSION=~0.8.0
16
17
php:
+ - 7.4
18
- 7.3
19
- 7.2
20
- 7.1
21
- 7.0
22
- 5.6
23
- - hhvm
24
25
matrix:
26
fast_finish: true
27
- allow_failures:
28
- - php: hhvm
29
30
install:
31
- composer require mockery/mockery:${MOCKERY_VERSION} squizlabs/php_codesniffer phpmd/phpmd cundd/test-flight
0 commit comments