Skip to content

Commit

Permalink
add php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 9, 2020
1 parent 5d3d0e6 commit 797ca14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
sudo: false
services:
- mysql
before_install:
- if [ $TRAVIS_PHP_VERSION != '7.3' ]; then phpenv config-rm xdebug.ini; fi;
- if [ $TRAVIS_PHP_VERSION == '7.2' ]; then phpenv config-rm xdebug.ini; fi;
install:
- composer install
before_script:
Expand Down

0 comments on commit 797ca14

Please sign in to comment.