Skip to content

Commit

Permalink
Merge pull request #13 from johnkrovitch/feature/php7.4-tests
Browse files Browse the repository at this point in the history
Add php 7.4 to Travis configuration
  • Loading branch information
johnkrovitch authored Jul 1, 2020
2 parents 332b18d + 989e673 commit 5de33af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ language: php
php:
- 7.2
- 7.3
- 7.4

before_install:
- if [[ $TRAVIS_PHP_VERSION = hhvm* ]]; then export INI=/etc/hhvm/php.ini; else export INI=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
- echo memory_limit = -1 >> $INI
- composer global require hirak/prestissimo

install:
- make install
- composer install -vvv
- make php-cs-fixer.install

script:
Expand Down

0 comments on commit 5de33af

Please sign in to comment.