Skip to content

Commit c5766ed

Browse files
Fixing travis build issue
1 parent e00e66f commit c5766ed

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ php:
77
- 5.6
88
- 7.0
99

10+
## Cache composer bits
11+
cache:
12+
directories:
13+
- $HOME/.composer/cache
14+
1015
before_script:
11-
- phpenv config-rm xdebug.ini
1216
- travis_retry composer self-update
13-
- travis_retry composer update --no-interaction --profile --verbose
17+
- travis_retry composer update --no-interaction
1418

1519
script:
1620
- vendor/bin/phpunit --coverage-clover=coverage.xml

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "~3.0",
29+
"orchestra/testbench": "^3.2",
3030
"phpunit/phpunit": "~4.0|~5.0"
3131
},
3232
"autoload-dev": {

0 commit comments

Comments
 (0)