We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5ce60 commit 60bb65dCopy full SHA for 60bb65d
1 file changed
.travis.yml
@@ -7,7 +7,7 @@ env:
7
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
8
9
before_install:
10
- - ./build/tools/composer clear-cache
+ - composer clear-cache
11
12
php:
13
- 7.1
@@ -25,4 +25,4 @@ script:
25
- $TRAVIS_BUILD_DIR/vendor/bin/phpunit $TRAVIS_BUILD_DIR/Tests/EnvparserTest.php --coverage-clover=coverage.xml
26
27
notifications:
28
- email: false
+ email: false
0 commit comments