Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 0fc26f0

Browse files
authored
Merge pull request #51 from Codeception/travis-php-7.3
Run tests on PHP 7.3
2 parents ed4b12b + b4c0dcd commit 0fc26f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
php:
77
- 7.1
88
- 7.2
9+
- 7.3
910

1011
before_script:
1112
- wget https://robo.li/robo.phar
@@ -14,4 +15,4 @@ before_script:
1415

1516
script:
1617
- php robo.phar test cli
17-
- php robo.phar test "unit -g core"
18+
- php robo.phar test "unit -g core"

0 commit comments

Comments
 (0)