Skip to content

Commit

Permalink
Test PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Dec 9, 2019
1 parent 967b395 commit 473a10b
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,11 +1,11 @@
dist: bionic
language: php

sudo: false

php:
- 7.1
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand Down Expand Up @@ -35,4 +35,5 @@ install:
before_script:
- sleep 10

script: vendor/bin/phpunit --verbose
script:
- vendor/bin/phpunit --verbose

0 comments on commit 473a10b

Please sign in to comment.