diff --git a/.travis.yml b/.travis.yml index ad243aa9..be713966 100644 --- a/.travis.yml +++ b/.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: