We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6083e5 commit cef6ec5Copy full SHA for cef6ec5
.travis.yml
@@ -3,17 +3,20 @@ language: php
3
matrix:
4
include:
5
- php: 7.1
6
- env: DEPENDENCIES='dev' lint=1
+ env: DEPENDENCIES='dev'
7
8
env: DEPENDENCIES='low'
9
+ - php: 7.1
10
- php: 7.2
11
12
13
14
+ - php: 7.2
15
- php: 7.3
16
env: DEPENDENCIES='dev' lint=1
17
18
19
+ - php: 7.3
20
fast_finish: true
21
22
sudo: false
0 commit comments