invisnik/laravel-steam-auth

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
  - '7.2'
  - '7.3'

env:
  matrix:
    - COMPOSER_FLAGS="--prefer-lowest"
    - COMPOSER_FLAGS=""

before_script:
  - travis_retry composer self-update
  - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source