Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit ba7e4ba

Browse files
committed
update Travis
1 parent 9174217 commit ba7e4ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# use ubuntu trusty for old PHP versions
2+
dist: trusty
3+
14
language: php
25

36
php:
@@ -6,6 +9,7 @@ php:
69
- 7.0
710
- 7.1
811
- 7.2
12+
- 7.3
913

1014
# faster builds on new travis setup not using sudo
1115
sudo: false
@@ -19,6 +23,7 @@ install:
1923
- travis_retry composer self-update && composer --version
2024
- export PATH="$HOME/.composer/vendor/bin:$PATH"
2125
- travis_retry composer install --prefer-dist --no-interaction
26+
- travis_retry composer require "phpunit/phpunit:4.8.27|^5.0|^6.0" --update-with-dependencies
2227

2328
script:
24-
- phpunit $PHPUNIT_FLAGS
29+
- vendor/bin/phpunit $PHPUNIT_FLAGS

0 commit comments

Comments
 (0)