Skip to content

Commit 578864e

Browse files
Big-SharkJean85
authored andcommitted
Add php 7.4 in travis (#282)
* Add php 7.4 in travis * Add ignoring error parameter for travis Travis does not support phpenv config-rm xdebug.ini for php7.4
1 parent 565a118 commit 578864e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ php:
66
- 7.1
77
- 7.2
88
- 7.3
9+
- 7.4
910

1011
cache:
1112
directories:
1213
- $HOME/.composer/cache/files
1314

1415
before_install:
15-
- phpenv config-rm xdebug.ini
16+
- phpenv config-rm xdebug.ini || echo "Can't disable xDebug"
1617
- composer self-update
1718
- composer global require hirak/prestissimo
1819

0 commit comments

Comments
 (0)