Skip to content

Commit

Permalink
Merge branch 'release/1.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksamson committed Feb 12, 2019
2 parents 7c07e22 + a9a87ab commit 919164a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,28 @@ language: php

sudo: false

cache:
directories:
- $HOME/.composer/cache

php:
- 7.1
- 7.2
- 7.3

env:
matrix:
- TESTBENCH_VERSION=3.5.*
- TESTBENCH_VERSION=3.6.*
- TESTBENCH_VERSION=3.7.*
global:
- COMPOSER_DISCARD_CHANGES=true
- COMPOSER_NO_INTERACTION=1
- COMPOSER_DISABLE_XDEBUG_WARN=1

matrix:
allow_failures:
- env: TESTBENCH_VERSION=3.7.*
#- env: TESTBENCH_VERSION=3.8.*

before_install:
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
Expand Down

0 comments on commit 919164a

Please sign in to comment.