Skip to content

Commit e61a28d

Browse files
committed
Use non-interactive composer install in Travis to avoid API limit
See composer/composer#1314
1 parent 1d3dd7c commit e61a28d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ env:
2222
- MAGENTO_VERSION=magento-ce-1.8.0.0
2323
- MAGENTO_VERSION=magento-ce-1.7.0.2
2424
script:
25-
- composer install --dev
25+
- composer install --dev --no-interaction
2626
- phpunit --bootstrap=test/bootstrap.php test
2727
- curl -sSL https://raw.githubusercontent.com/schmengler/MageTestStand/master/setup.sh | bash

0 commit comments

Comments
 (0)