Skip to content

Commit

Permalink
Removed PHP v5.3 from matrix and added "--prefer-source" argument for…
Browse files Browse the repository at this point in the history
… "composer install" command.

Signed-off-by: Florian Wolters <[email protected]>
  • Loading branch information
FlorianWolters committed May 25, 2014
1 parent 7ae05f7 commit b8d3236
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -35,7 +34,7 @@ matrix:

before_script:
- composer selfupdate
- composer install
- composer install --prefer-source
- wget https://scrutinizer-ci.com/ocular.phar

script:
Expand Down

0 comments on commit b8d3236

Please sign in to comment.