Skip to content

Commit

Permalink
Added sf 2.1 with PHP5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jul 14, 2014
1 parent cf4ccc6 commit a07a452
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -14,6 +14,8 @@ matrix:
- php: hhvm
- env: SYMFONY_VERSION="dev-master" MIN_STABILITY="dev"
include:
- php: 5.3
env: SYMFONY_VERSION=2.1.*
- php: 5.5
env: SYMFONY_VERSION=2.1.*
- php: 5.5
Expand All @@ -28,9 +30,11 @@ matrix:
before_script:
- sh travis_before_build.sh
- mkdir -p build/logs

script:
- phpunit --coverage-clover build/logs/clover.xml
- php vendor/bin/coveralls -v
- sh -c 'if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'

notifications:
email:
on_success: always
Expand Down

0 comments on commit a07a452

Please sign in to comment.