Skip to content

Commit

Permalink
Removed composer rollback, didn't help
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 4, 2016
1 parent 37c75d0 commit 393eb9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -47,7 +47,6 @@ 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 393eb9d

Please sign in to comment.