Skip to content

Commit 63f4380

Browse files
committed
Remove min/max/locked tests
1 parent a290c26 commit 63f4380

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@ php:
1212
- 7.0
1313
- 7.1
1414
- 7.2
15-
- 7.3
1615
- nightly
1716

1817
env:
1918
global:
2019
- COMPOSER_ARGS="--no-interaction --ignore-platform-reqs"
21-
matrix:
22-
- DEPS=latest
23-
- DEPS=locked
24-
- DEPS=lowest
20+
# matrix:
21+
# - DEPS=latest
22+
# - DEPS=locked
23+
# - DEPS=lowest
2524

2625
jobs:
2726
include:

0 commit comments

Comments
 (0)