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 82109a5 commit f663751Copy full SHA for f663751
.travis.yml
@@ -8,6 +8,9 @@ env:
8
- TEST_SUITE=integration_integrity
9
- TEST_SUITE=static_phpcs
10
- TEST_SUITE=static_annotation
11
+cache:
12
+ directories:
13
+ - $HOME/.composer/cache
14
matrix:
15
exclude:
16
- php: 5.6
@@ -45,7 +48,7 @@ before_script:
45
48
# Change memory_limit for travis
46
49
- echo 'memory_limit = -1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
47
50
- phpenv rehash;
- - composer install --no-interaction --dev
51
+ - composer install --no-interaction --dev --prefer-dist
52
script:
53
# Unit tests
54
- sh -c "if [ '$TEST_SUITE' = 'unit' ]; then ./vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist; fi"
0 commit comments