Skip to content

Commit

Permalink
fix travais
Browse files Browse the repository at this point in the history
  • Loading branch information
laudeco committed Nov 27, 2018
1 parent fbea8ee commit 89e8148
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2

before_script:
- composer install

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

script:
- vendor/bin/php-cs-fixer fix --dry-run --diff
- vendor/bin/phpunit --configuration phpunit.xml.dist
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
},
"require-dev": {
"phpunit/phpunit": "^5.0",
"doctrine/annotations": "1.4.0",
"friendsofphp/php-cs-fixer": "^2.13.1"
"friendsofphp/php-cs-fixer": "^2.13"
},
"authors": [
{
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 89e8148

Please sign in to comment.