Skip to content

Commit

Permalink
Add PHP 7.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Aug 22, 2019
1 parent bc2154a commit 2b7ce58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly

matrix:
allow_failures:
- php: nightly

before_script:
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-master.sh > xp-run
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-8.1.7.sh > xp-run
- composer install --prefer-dist
- echo "vendor/autoload.php" > composer.pth

Expand Down

0 comments on commit 2b7ce58

Please sign in to comment.