Skip to content

Commit

Permalink
Update .travis.yml file (#132)
Browse files Browse the repository at this point in the history
- Add test against PHP 7.2
- Add composer cache directory (speed up the build process ...)
- Remove commented line 'phpspec'
  • Loading branch information
joaorobertopb authored and vinicius73 committed Jun 11, 2018
1 parent 3d127e3 commit e031d69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: php

php:
- 7.1
- 7.2

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

before_script:
- travis_retry composer install --no-interaction --prefer-source --no-suggest
Expand All @@ -10,5 +15,4 @@ notifications:
slack: laravel-br:cdt7z4D0Eybo0eJrH7tOErzh

script:
# - vendor/bin/phpspec run -v
- vendor/bin/phpunit --process-isolation

0 comments on commit e031d69

Please sign in to comment.