Skip to content

Commit c0dfc3e

Browse files
committed
fix
1 parent fff93a2 commit c0dfc3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ cache:
3636
install:
3737
- sudo /etc/init.d/mysql stop
3838
- rm $HOME/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini;
39-
- if [ -f $FILE ]; curl -L "https://github.com/docker/compose/releases/download/1.9.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose then fi;
4039
- echo "memory_limit=2048M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
4140
- pkg/amqp-ext/travis/build-php-amqp-ext;
4241
- if [[ $FUNCTIONAL_TESTS ]]; then bin/dev -b; fi

0 commit comments

Comments
 (0)