Skip to content

Commit 4f0180e

Browse files
committed
Adding Travis tests on PHP 7.4
1 parent 8711488 commit 4f0180e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616
- composer phpstan
1717
after_script:
1818
- ./vendor/bin/coveralls -v
19+
- stage: test
20+
php: 7.4snapshot
21+
env: PREFER_LOWEST=""
22+
before_script:
23+
- *composerupdate
24+
script:
25+
- *phpunit
1926
- stage: test
2027
php: 7.2
2128
env: PREFER_LOWEST=""

0 commit comments

Comments
 (0)