Skip to content

Commit

Permalink
Fixed travis lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Apr 1, 2020
1 parent d3c9662 commit 067bb8d
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
- 7.1
- 7.2
- 7.3
- 7.4
before_install:
- phpenv config-rm xdebug.ini || true
- phpenv config-rm xdebug.ini || true

install:
- composer config --global discard-changes true
Expand All @@ -19,20 +19,21 @@ install:
script: composer check

env:
matrix:
- DEPS="low"
- DEPS="high"
- DEPS="stable"
- DEPS="dev"
global:
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-suggest"
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-suggest"
jobs:
- DEPS="low"
- DEPS="high"
- DEPS="stable"
- DEPS="dev"

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

allow_failures:
jobs:
allow_failures:
- php: 7.1
env: DEPS="dev"
- php: 7.2
Expand Down

0 comments on commit 067bb8d

Please sign in to comment.