Skip to content

Commit

Permalink
Merge bbeb734 into 16aaf99
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekman committed Jul 9, 2019
2 parents 16aaf99 + bbeb734 commit 866d022
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
@@ -1,12 +1,22 @@
language: php

env: COMPOSER_FLAGS="--no-interaction --classmap-authoritative --no-suggest"

php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly

matrix:
allow_failures:
- php: 7.4snapshot
- php: nightly
env: COMPOSER_FLAGS="${COMPOSER_FLAGS} --ignore-platform-reqs"

install: composer install --no-interaction --classmap-authoritative --no-suggest
install: composer install ${COMPOSER_FLAGS}

script: vendor/bin/phpunit --configuration phpunit.xml

Expand Down

0 comments on commit 866d022

Please sign in to comment.