Skip to content

Commit

Permalink
add composer plugin to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydspaniard committed Jul 31, 2017
1 parent 831b777 commit b567968
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 @@ -28,7 +28,7 @@ install:
phpenv config-rm xdebug.ini || echo "xdebug is not installed"
fi
- travis_retry composer self-update && composer --version
#- travis_retry composer global require "fxp/composer-asset-plugin:^1.2.0" --no-plugins
- travis_retry composer global require "fxp/composer-asset-plugin:^1.3.0" --no-plugins
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- travis_retry composer install --prefer-dist --no-interaction

Expand Down

0 comments on commit b567968

Please sign in to comment.