Skip to content

Commit 74f53d2

Browse files
committed
Add test against the lowest set of dependencies to pipeline
1 parent 0bd2934 commit 74f53d2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
dist: trusty
3-
sudo: false
43

54
php:
65
- 7.1
@@ -9,8 +8,7 @@ php:
98
- nightly
109

1110
install:
12-
- composer self-update
13-
- composer install --dev --no-interaction
11+
- composer install --dev
1412

1513
allowed_failures:
1614
- nightly
@@ -20,3 +18,10 @@ script:
2018

2119
after_script:
2220
- php vendor/bin/coveralls
21+
22+
jobs:
23+
include:
24+
# Test against the lowest set of dependencies
25+
- php: 7.1
26+
install:
27+
- composer update --dev --prefer-dist --prefer-lowest

0 commit comments

Comments
 (0)