Skip to content

Commit

Permalink
Travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex committed Jan 9, 2021
1 parent 97c480c commit 923f03c
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .travis.yml
@@ -1,31 +1,36 @@
language: php

os: linux
dist: xenial

php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- hhvm

matrix:
fast_finish: true
fast_finish: true
allow_failures:
- php: 5.6
- php: 7.0
- php: 7.1
- php: hhvm
- php: 7.0
- php: 7.1
- php: 7.3
- php: 7.4
- php: hhvm

sudo: false

before-install:
- COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction --dev
- COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction --dev

install:
- COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction
install:
- COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction

script:
- phpunit
- phpunit

notifications:
email:
Expand Down

0 comments on commit 923f03c

Please sign in to comment.