We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b30ab commit 3dcbbdeCopy full SHA for 3dcbbde
.travis.yml
@@ -5,6 +5,7 @@ php:
5
- 5.5
6
- 5.6
7
- 7
8
+ - 7.1
9
10
env:
11
global:
@@ -13,22 +14,21 @@ env:
13
14
- SIMPLETEST_DB=mysql://root:@127.0.0.1/graphql
15
- TRAVIS=true
16
matrix:
- - DRUPAL_CORE=8.2.x
17
- DRUPAL_CORE=8.3.x
18
- DRUPAL_CORE=8.4.x
19
20
21
# Don't wait for the allowed failures to build.
22
fast_finish: true
23
include:
24
- - php: 7
+ - php: 7.1
25
26
27
# Only run code coverage on the latest php and drupal versions.
28
- WITH_PHPDBG_COVERAGE=true
29
allow_failures:
30
# Allow the code coverage report to fail.
31
32
33
34
0 commit comments