Skip to content

Commit

Permalink
Updated TravisCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Mar 20, 2020
1 parent 4c18f9d commit f3115ea
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: false

os: linux
dist: bionic
language: php

env:
Expand All @@ -9,9 +9,10 @@ env:
php:
- 7.2
- 7.3
- 7.4
- nightly

matrix:
jobs:
allow_failures:
- php: nightly

Expand All @@ -20,9 +21,10 @@ cache:
- $HOME/.composer/cache
- vendor

before_install:
- phpenv config-rm xdebug.ini || true
- travis_retry composer self-update

install:
- "[[ $COMPOSER_PREFER == 'lowest' ]] && composer update --prefer-lowest || composer update"

script:
- vendor/bin/php-cs-fixer fix --diff --dry-run
- vendor/bin/psalm
- vendor/bin/phpunit --coverage-text

0 comments on commit f3115ea

Please sign in to comment.