We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 016d600 + cdb30a6 commit 5c8ab1bCopy full SHA for 5c8ab1b
2 files changed
.travis.yml
@@ -2,16 +2,11 @@ language: php
2
3
php:
4
- 7.1
5
- - nightly
6
-
7
-matrix:
8
- allow_failures:
9
- - php: nightly
10
- fast_finish: true
+ - 7.2
11
12
cache:
13
directories:
14
- - vendor
+ - ~/.composer/cache/files
15
16
before_install:
17
- phpenv config-rm xdebug.ini || true
composer.json
@@ -16,8 +16,7 @@
},
"require-dev": {
18
"friends-of-behat/cross-container-extension": "^1.0",
19
- "friends-of-behat/test-context": "^1.0",
20
- "symfony/process": "^2.7|^3.0"
+ "friends-of-behat/test-context": "^1.0"
21
22
"suggest": {
23
"friends-of-behat/cross-container-extension": "^1.0"
0 commit comments