Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add test against the lowest set of dependencies to pipeline
  • Loading branch information
alcaeus committed Dec 21, 2018
commit 74f53d2531ff560d4bc4c358fb1c571156a75d1a
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: php
dist: trusty
sudo: false

php:
- 7.1
Expand All @@ -9,8 +8,7 @@ php:
- nightly

install:
- composer self-update
- composer install --dev --no-interaction
- composer install --dev

allowed_failures:
- nightly
Expand All @@ -20,3 +18,10 @@ script:

after_script:
- php vendor/bin/coveralls

jobs:
include:
# Test against the lowest set of dependencies
- php: 7.1
install:
- composer update --dev --prefer-dist --prefer-lowest