Skip to content

Commit 61f4c82

Browse files
committed
travis fixes.
1 parent 5f0ae00 commit 61f4c82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: php
22

33
sudo: false
44

5+
git:
6+
depth: 1
7+
58
cache:
69
directories:
710
- $HOME/.composer/cache
@@ -33,6 +36,9 @@ install:
3336
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
3437
- composer install --prefer-source
3538

39+
script:
40+
- bin/phpunit
41+
3642
notifications:
3743
email:
3844
- payumsupport@forma-pro.com

0 commit comments

Comments
 (0)