Skip to content

Commit

Permalink
Use travis built in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Feb 18, 2017
1 parent 8008bc2 commit 71ade3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: php

install:
- bin/install-composer.php
- php -r "unlink('composer-setup.php');"
- travis_wait php composer.phar install --no-interaction
- travis_wait composer install --no-interaction
- mkdir -p build/logs

php:
Expand Down
13 changes: 0 additions & 13 deletions bin/install-composer.php

This file was deleted.

0 comments on commit 71ade3d

Please sign in to comment.