Skip to content

Commit

Permalink
Update ci configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrevin committed Nov 26, 2015
1 parent fd7f5c7 commit 2efbfac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
version: 5.5.12
dependencies:
before:
- composer global require "fxp/composer-asset-plugin:~1.0.0"
- composer global require "fxp/composer-asset-plugin:~1.1.0"
tests:
override:
- phpunit
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cache:

install:
- travis_retry composer self-update && composer --version
- travis_retry composer global require "fxp/composer-asset-plugin:~1.0.0"
- travis_retry composer global require "fxp/composer-asset-plugin:~1.1.0"
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- travis_retry composer install --prefer-dist --no-interaction

Expand Down

0 comments on commit 2efbfac

Please sign in to comment.