Skip to content

Commit b72d4cf

Browse files
committed
Tweak .travis.yml
1 parent 78f30d5 commit b72d4cf

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
sudo: required
2-
3-
language: bash
1+
os: linux
2+
language: shell
43

54
services:
65
- docker
@@ -12,7 +11,7 @@ env:
1211
- PHP_RUNTIME='php:7.4-cli' PHPUNIT_OPTS='--coverage-text --coverage-clover=coverage.clover'
1312
- PHP_RUNTIME='php:8.0-cli'
1413

15-
matrix:
14+
jobs:
1615
fast_finish: true
1716

1817
install:

0 commit comments

Comments
 (0)