Skip to content

Commit e5809f3

Browse files
committed
Fixed travis warnings
1 parent 55fa170 commit e5809f3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: php
22

3+
os: linux
4+
5+
dist: bionic
6+
37
cache:
48
directories:
59
- $HOME/.composer/cache
@@ -11,9 +15,7 @@ branches:
1115
except:
1216
- 0.4
1317

14-
sudo: true
15-
16-
matrix:
18+
jobs:
1719
fast_finish: true
1820
include:
1921
- php: 7.1

0 commit comments

Comments
 (0)