Skip to content

Commit

Permalink
Merge pull request #185 from WouterJ/patch-2
Browse files Browse the repository at this point in the history
Speed up Travis jobs
  • Loading branch information
lunetics committed Jun 1, 2016
2 parents 6aae6e7 + bbe24bb commit d33b780
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,28 @@ matrix:
allow_failures:
- php: hhvm

sudo: false

cache:
directories:
- $HOME/.composer/cache/files

env:
- SYMFONY_VERSION='2.8.*'
- SYMFONY_VERSION='3.0.*'
- SYMFONY_VERSION='3.1.*'

before_script:
before_install:
- phpenv config-rm xdebug.ini || true
- php -i | grep "ICU version"
- composer self-update
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
- composer install --dev --prefer-source

script: phpunit --coverage-text
install: composer update --prefer-dist

script: phpunit

notifications:
email:
- [email protected]
- [email protected]

sudo: false

cache:
directories:
- $HOME/.composer/cache

0 comments on commit d33b780

Please sign in to comment.