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 477582c commit 996a5b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: php

sudo: false

git:
depth: 1

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

script:
- bin/phpunit

notifications:
email:
- [email protected]

0 comments on commit 996a5b7

Please sign in to comment.