Skip to content

Commit

Permalink
removed prefer-lowest travis entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram committed Nov 18, 2015
1 parent 990bc09 commit 964f11c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
@@ -1,8 +1,5 @@
language: php

env:
- COMPOSER_OPTIONS="--prefer-source"

php:
- 5.4
- 5.5
Expand All @@ -12,12 +9,9 @@ php:

matrix:
fast_finish: true
include:
- php: 5.4
env: COMPOSER_OPTIONS="--prefer-lowest"

install:
- composer update --no-interaction ${COMPOSER_OPTIONS}
- composer update --no-interaction --prefer-source

script:
- bin/phpunit
Expand Down

0 comments on commit 964f11c

Please sign in to comment.