Skip to content

Commit

Permalink
travis fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Mar 25, 2016
1 parent e6d32eb commit 9c9d3c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: php

sudo: false

git:
depth: 1


cache:
directories:
- $HOME/.composer/cache
Expand Down Expand Up @@ -33,6 +37,9 @@ install:
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
- composer install --prefer-source

script:
- bin/phpunit

notifications:
email:
- payumsupport@forma-pro.com

0 comments on commit 9c9d3c1

Please sign in to comment.