Skip to content
This repository was archived by the owner on May 6, 2023. It is now read-only.

Commit 4dcfe1f

Browse files
authored
Update .travis.yml
1 parent 0722982 commit 4dcfe1f

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
@@ -13,7 +13,7 @@
1313
language: php
1414
os:
1515
- linux
16-
dist: xenial
16+
dist: bionic
1717

1818
cache:
1919
directories:
@@ -24,6 +24,10 @@ php:
2424

2525
jobs:
2626
include:
27+
# FIXME TravisCI should run the default job
28+
- name: "Tests"
29+
script:
30+
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
2731
- name: "PHPCS"
2832
script:
2933
- vendor/bin/phpcs -n --standard=PSR2 src/

0 commit comments

Comments
 (0)