Skip to content

Commit

Permalink
Update travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
scrubmx committed Mar 24, 2020
1 parent da8f43f commit 79eb587
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
language: php

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

sudo: false

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

before_script:
- phpenv config-rm xdebug.ini
- composer install --no-interaction --no-suggest --prefer-dist

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

notifications:
email:
Expand Down

0 comments on commit 79eb587

Please sign in to comment.