We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00e66f commit c5766edCopy full SHA for c5766ed
.travis.yml
@@ -7,10 +7,14 @@ php:
7
- 5.6
8
- 7.0
9
10
+## Cache composer bits
11
+cache:
12
+ directories:
13
+ - $HOME/.composer/cache
14
+
15
before_script:
- - phpenv config-rm xdebug.ini
16
- travis_retry composer self-update
- - travis_retry composer update --no-interaction --profile --verbose
17
+ - travis_retry composer update --no-interaction
18
19
script:
20
- vendor/bin/phpunit --coverage-clover=coverage.xml
composer.json
@@ -26,7 +26,7 @@
26
}
27
},
28
"require-dev": {
29
- "orchestra/testbench": "~3.0",
+ "orchestra/testbench": "^3.2",
30
"phpunit/phpunit": "~4.0|~5.0"
31
32
"autoload-dev": {
0 commit comments