Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Aug 15, 2018
1 parent 5f091ac commit 5e8c361
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
language: php

php:
- 7.0
- 7.1
- 7.2

before_script:
- travis_retry composer self-update
- travis_retry composer update --prefer-source --no-interaction --dev
- travis_retry composer install --prefer-dist --no-interaction

cache:
directories:
- vendor

script:
- vendor/bin/phpunit -v --coverage-text --colors=never --stderr
- vendor/bin/phpunit --testdox --verbose

0 comments on commit 5e8c361

Please sign in to comment.