Skip to content

Commit c644aa4

Browse files
authored
Update .travis.yml
1 parent 7beb4aa commit c644aa4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ matrix:
3737
env: extension='true'
3838
- php: 7.2
3939
env: extension='false'
40+
- php: 7.3
41+
env: extension='true'
42+
- php: 7.3
43+
env: extension='false'
4044

4145
before_script:
4246
- php --version
@@ -62,4 +66,4 @@ script:
6266
after_script:
6367
- php vendor/bin/coveralls -v
6468
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
65-
- bash <(curl -s https://codecov.io/bash)
69+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)