From 594add313f8abfcd0242717d23404743777c861a Mon Sep 17 00:00:00 2001 From: itismadness Date: Wed, 6 Feb 2019 15:44:27 +0000 Subject: [PATCH] Bump to 0.8.2 --- .travis.yml | 6 +++++- composer.json | 2 +- scripts/update_offsets.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99fe996..5dc69fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: php sudo: true -dist: trusty +dist: xenial cache: directories: + - $HOME/.cache/pip - $HOME/.composer/cache php: @@ -20,10 +21,13 @@ matrix: before_install: - composer install --ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress + - pip3 install xld_logchecker eac_logchecker script: - bin/logchecker --version - bin/logchecker --help + - bin/logchecker tests/logs/wgdbcm.log + - bin/logchecker tests/logs/xld_perfect.log before_deploy: - php -d phar.readonly=0 bin/compile diff --git a/composer.json b/composer.json index c119486..f7d6ce4 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "orpheusnet/logchecker", "description": "Logchecker for validating logs generated from supported ripping programs (like EAC and XLD)", - "version": "0.8.1", + "version": "0.8.2", "license": "Unlicense", "type": "library", "authors": [ diff --git a/scripts/update_offsets.php b/scripts/update_offsets.php index a4b5603..c00d706 100755 --- a/scripts/update_offsets.php +++ b/scripts/update_offsets.php @@ -44,4 +44,4 @@ for ($i = 1; $i < $rows->length; $i++) { file_put_contents(__DIR__.'/../src/offsets.txt', implode("\n", $offsets)); -print("Updating ".count($offsets)." drives\n"); \ No newline at end of file +print("Updating ".count($offsets)." drives\n");