Skip to content

Commit 7aace07

Browse files
committed
cache PhpUnitBridge dependencies between builds
1 parent 644714a commit 7aace07

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)