Skip to content

Commit

Permalink
Test on PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Dec 20, 2019
1 parent 03085e5 commit 9457a42
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 9457a42

Please sign in to comment.