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

Commit

Permalink
update Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed Jul 3, 2019
1 parent 8c87949 commit 3f28af2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# use ubuntu trusty for old PHP versions
dist: trusty

language: php

php:
Expand All @@ -6,6 +9,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3

# faster builds on new travis setup not using sudo
sudo: false
Expand All @@ -17,7 +21,7 @@ cache:

install:
- travis_retry composer install --prefer-dist --no-interaction
- travis_retry composer require "phpunit/phpunit:^4.8.27|^5.0|^6.0" --update-with-dependencies
- travis_retry composer require "phpunit/phpunit:4.8.27|^5.0|^6.0" --update-with-dependencies

script:
- vendor/bin/phpunit $PHPUNIT_FLAGS

0 comments on commit 3f28af2

Please sign in to comment.