Skip to content

Commit

Permalink
Merge pull request #130 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Test on PHP 7.4
  • Loading branch information
fideloper authored Dec 20, 2019
2 parents 03085e5 + 9457a42 commit 790194d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: php

dist: bionic

php:
- 7.1
- 7.2
- 7.3
- 7.4

sudo: false

install: travis_retry composer install --no-interaction --prefer-source
install: travis_retry composer install

script: vendor/bin/phpunit

0 comments on commit 790194d

Please sign in to comment.