Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 85485d5

Browse files
Update Travis CI configuration
Adds builds on PHP 7.4 Removes HHVM builds Adds builds with mockery 1.3
1 parent 6c6456c commit 85485d5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

‎.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
language: php
22

3-
sudo: false
4-
53
cache:
64
directories:
75
- $HOME/.composer/cache
86

97
env:
108
- MOCKERY_VERSION=dev-master
9+
- MOCKERY_VERSION=~1.3.0
1110
- MOCKERY_VERSION=~1.2.0
1211
- MOCKERY_VERSION=~1.1.0
1312
- MOCKERY_VERSION=~1.0.0
1413
- MOCKERY_VERSION=~0.9.0
1514
- MOCKERY_VERSION=~0.8.0
1615

1716
php:
17+
- 7.4
1818
- 7.3
1919
- 7.2
2020
- 7.1
2121
- 7.0
2222
- 5.6
23-
- hhvm
2423

2524
matrix:
2625
fast_finish: true
27-
allow_failures:
28-
- php: hhvm
2926

3027
install:
3128
- composer require mockery/mockery:${MOCKERY_VERSION} squizlabs/php_codesniffer phpmd/phpmd cundd/test-flight

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /