Skip to content

Commit 60bb65d

Browse files
committed
Travis modified specifications
1 parent 5f5ce60 commit 60bb65d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
88

99
before_install:
10-
- ./build/tools/composer clear-cache
10+
- composer clear-cache
1111

1212
php:
1313
- 7.1
@@ -25,4 +25,4 @@ script:
2525
- $TRAVIS_BUILD_DIR/vendor/bin/phpunit $TRAVIS_BUILD_DIR/Tests/EnvparserTest.php --coverage-clover=coverage.xml
2626

2727
notifications:
28-
email: false
28+
email: false

0 commit comments

Comments
 (0)