Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
travis build cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mente committed Aug 2, 2016
1 parent d8455d5 commit 1eaf979
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ env:
- SYMFONY_VERSION=^2.8.0
- SYMFONY_VERSION=^3.0

before_script:
- phpenv config-rm xdebug.ini
- composer self-update
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/framework-bundle:${SYMFONY_VERSION}" "symfony/console:${SYMFONY_VERSION}" --no-update; fi;
- composer install
install:
- composer require "symfony/framework-bundle:${SYMFONY_VERSION}" "symfony/console:${SYMFONY_VERSION}"

script: phpunit -v

0 comments on commit 1eaf979

Please sign in to comment.