Skip to content

Commit

Permalink
rm php 5.3 support from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stfalcon committed Mar 17, 2014
1 parent 7d39008 commit f0f4442
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
@@ -1,15 +1,10 @@
language: php
php:
- 5.3
- 5.4
before_script:
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- curl -s https://getcomposer.org/installer | php -- --quiet
- php composer.phar install
# hack for testing bundles
# - mkdir -p src/Stfalcon/Bundle
# - ln -s ../../../vendor/stfalcon/blog-bundle/Stfalcon/Bundle/BlogBundle/ src/Stfalcon/Bundle/BlogBundle
# - ln -s ../../../vendor/stfalcon/portfolio-bundle/Stfalcon/Bundle/PortfolioBundle/ src/Stfalcon/Bundle/PortfolioBundle
script: phpunit -c app/
notifications:
email:
Expand Down

0 comments on commit f0f4442

Please sign in to comment.