Skip to content

Commit c17747a

Browse files
authored
Merge pull request #224 from xabbuh/cache-phpunit-bridge-install
cache PhpUnitBridge dependencies between builds
2 parents 644714a + 7aace07 commit c17747a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ sudo: false
55
cache:
66
directories:
77
- $HOME/.composer/cache/files
8+
- $HOME/symfony-bridge/.phpunit
89

910
env:
1011
global:
1112
- TEST_COMMAND="composer test"
1213
- SYMFONY_PHPUNIT_VERSION="6.3"
14+
- SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
1315

1416
branches:
1517
except:

0 commit comments

Comments
 (0)