Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit b41827b

Browse files
update Travis
1 parent 149fe10 commit b41827b

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 --verbose $PHPUNIT_FLAGS
29+
- vendor/bin/phpunit --verbose $PHPUNIT_FLAGS

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /