Skip to content

Commit 80dbae6

Browse files
Updated benchmark PHP version from 5.6 to 7.4
1 parent 8aa4da6 commit 80dbae6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: php
22

33
php:
4-
- 5.6
4+
- 7.4
55

66
sudo: false
77

88
before_script:
99
- composer install
1010

1111
script:
12-
- php vendor/bin/phpbench run --report=all
12+
- php vendor/bin/phpbench run --report=all --progress=travis
13+
- php vendor/bin/phpbench run --report=all --output=html

0 commit comments

Comments
 (0)