Skip to content

Commit cef6ec5

Browse files
committed
Add build with non modified deps
1 parent c6083e5 commit cef6ec5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@ language: php
33
matrix:
44
include:
55
- php: 7.1
6-
env: DEPENDENCIES='dev' lint=1
6+
env: DEPENDENCIES='dev'
77
- php: 7.1
88
env: DEPENDENCIES='low'
9+
- php: 7.1
910
- php: 7.2
10-
env: DEPENDENCIES='dev' lint=1
11+
env: DEPENDENCIES='dev'
1112
- php: 7.2
1213
env: DEPENDENCIES='low'
14+
- php: 7.2
1315
- php: 7.3
1416
env: DEPENDENCIES='dev' lint=1
1517
- php: 7.3
1618
env: DEPENDENCIES='low'
19+
- php: 7.3
1720
fast_finish: true
1821

1922
sudo: false

0 commit comments

Comments
 (0)