Skip to content

Commit 5ac1839

Browse files
authored
Merge pull request #33 from brainstormforce/update-php
chore: updated the php version in travis.yml file.
2 parents b02aad5 + 45a7395 commit 5ac1839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22

33
language: php
4-
dist: precise
4+
55

66
notifications:
77
email:
@@ -13,7 +13,7 @@ cache:
1313

1414
matrix:
1515
include:
16-
- php: 7.3
16+
- php: 7.4snapshot
1717
env: WP_TRAVISCI=phpcs
1818

1919
before_script:

0 commit comments

Comments
 (0)