Skip to content

Commit

Permalink
Updated .travis.yml to perform CI against PHP 7.3 and nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftCreatR committed Oct 22, 2018
1 parent eb693f7 commit 461b2d7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -1,17 +1,30 @@
language: php

php:
- 7.1
- 7.2
- 7.3
- nightly

matrix:
allow_failures:
- php:
- nightly

install:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --no-suggest

script:
- vendor/bin/phpunit --coverage-clover=coverage.xml

after_script:
- wget http://psvcg.coreteks.org/php-semver-checker-git.phar
- php php-semver-checker-git.phar suggest -vvv

after_success:
- bash <(curl -s https://codecov.io/bash)

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

0 comments on commit 461b2d7

Please sign in to comment.