Skip to content

Commit

Permalink
added COMPOSER_ROOT_VERSION to the .travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannis committed Mar 16, 2017
1 parent eb567d4 commit 6f67c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ php:

install:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev --no-interaction
- COMPOSER_ROOT_VERSION=dev-master php composer.phar install --dev --no-interaction

script:
- vendor/bin/atoum -c .atoum.travis.php +verbose

0 comments on commit 6f67c7d

Please sign in to comment.