Skip to content

Commit 249dc6d

Browse files
committed
Updates travis build
1 parent cc84cff commit 249dc6d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
os: ubuntu
1+
os: linux
22
dist: xenial
33
language: php
44
sudo: false
55
php:
6-
- 7.0
7-
- 7.1
6+
- 7.2
7+
- 7.3
8+
- 7.4
89
before_script:
910
- COMPOSER_DISCARD_CHANGES=1 composer update --prefer-dist --no-interaction --no-suggest
1011
- cp phpunit.xml.example phpunit.xml

0 commit comments

Comments
 (0)