Skip to content

Commit

Permalink
As a test rollback composer to 1.2.2 for lowest because it got insane…
Browse files Browse the repository at this point in the history
…ly slow
  • Loading branch information
WyriHaximus committed Dec 4, 2016
1 parent deb1850 commit 37c75d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -47,6 +47,7 @@ matrix:
## Install or update dependencies
install:
- if [ -z "$dependencies" ]; then composer install --prefer-dist; fi;
- if [ "$dependencies" = "lowest" ]; then composer self-update --rollback; fi;
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-dist -n; fi;
- if [ "$dependencies" = "highest" ]; then composer update --prefer-dist -n; fi;
- composer show
Expand Down

0 comments on commit 37c75d0

Please sign in to comment.