mirror of
https://github.com/ivuorinen/palette.git
synced 2026-01-26 11:34:09 +00:00
Travis config changes
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -2,3 +2,13 @@ language: php
|
||||
php:
|
||||
- '5.6'
|
||||
- '7.1'
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache/files
|
||||
before_script:
|
||||
- composer require "satooshi/php-coveralls=~0.7" --prefer-dist --no-interaction --dev
|
||||
- composer install
|
||||
script:
|
||||
- ./vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml
|
||||
after_script:
|
||||
- php vendor/bin/coveralls -v
|
||||
|
||||
Reference in New Issue
Block a user