Skip to content

Commit

Permalink
Switched back to composer update to avoid php version issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcv-ln committed Jun 10, 2016
1 parent d2e1aef commit d0a6b69
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 @@ -7,7 +7,7 @@ php:
install:
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- composer global require "fxp/composer-asset-plugin:~1.1.1"
- composer install
- composer update

script:
- ./vendor/bin/codecept run
Expand Down

0 comments on commit d0a6b69

Please sign in to comment.