Commit c4d8850f authored by Brett O'Donnell's avatar Brett O'Donnell

Update .travis.yml

parent 38b59fcb
......@@ -8,7 +8,7 @@ php:
install:
- composer self-update
- composer global require "fxp/composer-asset-plugin:1.0.0"
- composer global require "fxp/composer-asset-plugin:1.0.*"
- composer install
before_script:
......@@ -19,4 +19,4 @@ script:
- phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
\ No newline at end of file
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment