From 09c856993849c34611e0c99727d15ac31f414a71 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Tue, 19 Sep 2017 17:37:58 +0200 Subject: [PATCH] Readme - TravisCI badge - update configuration file --- .travis.yml | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ba80f4..8f8fe10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,9 @@ php: - 5.6 - 7.1 - nightly + +install: + - composer install + +script: + - php ./vendor/bin/phpunit diff --git a/composer.json b/composer.json index 95f17fd..db4d786 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "meritoo/common-library", "description": "Useful classes, methods, extensions etc.", "license": "MIT", - "version": "0.0.6", + "version": "0.0.7", "authors": [ { "name": "Meritoo.pl",