Skip to content

Commit d21bcca

Browse files
Update Travis CI configuration
Adds builds on PHP 7.4 Removes HHVM builds Adds builds with prophecy 1.9 and 1.10
1 parent 8a0dce6 commit d21bcca

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

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

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

97
env:
108
- PROPHECY_VERSION=dev-master
9+
- PROPHECY_VERSION=~1.10.0
10+
- PROPHECY_VERSION=~1.9.0
1111
- PROPHECY_VERSION=~1.8.0
1212
- PROPHECY_VERSION=~1.7.0
1313
- PROPHECY_VERSION=~1.6.0
@@ -19,17 +19,15 @@ env:
1919
- PROPHECY_VERSION=~1.0.0
2020

2121
php:
22+
- 7.4
2223
- 7.3
2324
- 7.2
2425
- 7.1
2526
- 7.0
2627
- 5.6
27-
- hhvm
2828

2929
matrix:
3030
fast_finish: true
31-
allow_failures:
32-
- php: hhvm
3331

3432
install:
3533
- composer require phpspec/prophecy:${PROPHECY_VERSION} squizlabs/php_codesniffer phpmd/phpmd cundd/test-flight

0 commit comments

Comments
 (0)