slimphp / PHP-View

A Simple PHP Renderer for Slim 3 & 4 (or any other PSR-7 project)
MIT License
264 stars 60 forks source link

Update .travis.yml #45

Closed geggleto closed 5 years ago

geggleto commented 5 years ago

should update travis to use modern versions of php

geggleto commented 5 years ago

Should add this instead:

matrix:
  include:
  - php: 7.1
    env: ANALYSIS='true'
  - php: 7.2
  - php: 7.3
  - php: nightly
  allow_failures:
  - php: nightly

We should also add php-coveralls eventually with CI/Coverage checks on PRs

done