cHeeSaW/alpha-vantage-bundle

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php
os: linux
dist: bionic
php:
  - '7.4'
  - '8.0'

env:
  - LOWEST=""

install:
  - composer update ${LOWEST-install} --prefer-stable

script:
  - composer run-script quality