Skip to content

Commit

Permalink
Merge 905c8b5 into 3ed4c75
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Mar 24, 2018
2 parents 3ed4c75 + 905c8b5 commit 2a80a9e
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .travis.yml
@@ -1,12 +1,22 @@
language: php
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'

dist: trusty

sudo: false

matrix:
fast_finish: true
include:
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
env: dependencies=lowest
- php: 7.2

install:
- composer install
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-stable --optimize-autoloader --classmap-authoritative --no-interaction --no-scripts; fi;

script:
- mkdir -p build/logs
Expand Down

0 comments on commit 2a80a9e

Please sign in to comment.