Skip to content

Commit 89e8148

Browse files
committed
fix travais
1 parent fbea8ee commit 89e8148

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 7.0
64
- 7.1
75
- 7.2
86

97
before_script:
108
- composer install
119

10+
cache:
11+
directories:
12+
- $HOME/.composer/cache/files
13+
1214
script:
1315
- vendor/bin/php-cs-fixer fix --dry-run --diff
1416
- vendor/bin/phpunit --configuration phpunit.xml.dist

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "^5.0",
14-
"doctrine/annotations": "1.4.0",
15-
"friendsofphp/php-cs-fixer": "^2.13.1"
14+
"friendsofphp/php-cs-fixer": "^2.13"
1615
},
1716
"authors": [
1817
{

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)