Skip to content

Commit 3dcbbde

Browse files
authored
Update .travis.yml
1 parent 51b30ab commit 3dcbbde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 5.5
66
- 5.6
77
- 7
8+
- 7.1
89

910
env:
1011
global:
@@ -13,22 +14,21 @@ env:
1314
- SIMPLETEST_DB=mysql://root:@127.0.0.1/graphql
1415
- TRAVIS=true
1516
matrix:
16-
- DRUPAL_CORE=8.2.x
1717
- DRUPAL_CORE=8.3.x
1818
- DRUPAL_CORE=8.4.x
1919

2020
matrix:
2121
# Don't wait for the allowed failures to build.
2222
fast_finish: true
2323
include:
24-
- php: 7
24+
- php: 7.1
2525
env:
2626
- DRUPAL_CORE=8.4.x
2727
# Only run code coverage on the latest php and drupal versions.
2828
- WITH_PHPDBG_COVERAGE=true
2929
allow_failures:
3030
# Allow the code coverage report to fail.
31-
- php: 7
31+
- php: 7.1
3232
env:
3333
- DRUPAL_CORE=8.4.x
3434
# Only run code coverage on the latest php and drupal versions.

0 commit comments

Comments
 (0)