diff --git a/.travis.yml b/.travis.yml index c286481c..274298ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ branches: install: - wget http://selenium-release.storage.googleapis.com/2.42/selenium-server-standalone-2.42.2.jar - - composer global require "fxp/composer-asset-plugin:1.0.0-beta2" + - composer global require "fxp/composer-asset-plugin:~1.1.1" - composer install @@ -38,4 +38,4 @@ script: after_script: - wget https://scrutinizer-ci.com/ocular.phar - - php ocular.phar code-coverage:upload --format=php-clover tests/_output/coverage.xml \ No newline at end of file + - php ocular.phar code-coverage:upload --format=php-clover tests/_output/coverage.xml