From 20dca6f39cd8af4a808429b7a170c77037efac32 Mon Sep 17 00:00:00 2001 From: Rudolf Halas Date: Mon, 8 May 2017 11:36:45 +0200 Subject: [PATCH] Fixed readme license link and phpunit executable in travis-ci. --- .travis.yml | 7 ++++++- README.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eeb85bb..5064c10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,9 @@ install: - composer install script: - - php bin/phpunit + - php ./vendor/bin/phpunit + +notifications: + slack: + secure: MkCKfMtPbKYgMkGA3q9GpHt90Mg0SrrKZmD7wmgYoUYaF/QvHI+I44gU2a53w7wpVKeFiJ1B0ZGf8y4B6YeS8PlnzRQA6k2HmdlJ+6prTcWCqxPXxnbR1GXp427IxeIWbgo5fNt5DcfF7XMB5MKHWU8ZA/0dWkK/d5DyaSRn7kshIe1n9N804pIWmUjTW0teX9c4xrdoqGeJbwR74hsgEAkQpZ04ZtWR+tNmpXgfNKgqfleSG2FhD/fCXck2xYfWiac9sApaP3sDsOXQQDd/sAfGm5qGEpreE/g2WxlVprzT86JTH+hnT/BVPQq5yuQxViP8pypHQ1SCqQwJoT47Pi2HXZim8Pflu+gYMmtmIExudl7m7dtUyJx51GIV9d282BJIPXs/rI69HjW32Blb4iyrqwsqHbU096GnICXPTKBvD3TP2lp5Ke6s7qHfAZS4mTkZUCjb9U5avY8bhBzEqmdP48A7DoTqAfShmtIjMQCP8E3DKUd59VpJwsvxumBB/TcqCLVZa3HF8iCRpmrIf2UBkXbK/YfozQG+sBkhcr02pSeFCnPqCF1I1mlmFlDv+fV7STkLQpHbiMHcH4qiMejoyfK+U9lza7A489TFl8+ah0ZShMzmW33otJtzACKwWCvIvJNPKLzvEeHvHnDIeXxSMZkIv6TLRIuCNNGrNKQ= + diff --git a/README.md b/README.md index b383b97..f96cb56 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ To run the test suite, use `phpunit` command. ## License -Detailed PHPUnit Printer is open-sourced software licensed under the ISC license. If you'd like to read the license agreement, click [here](LICENSE). +Detailed PHPUnit Printer is open-sourced software licensed under the ISC license. If you'd like to read the license agreement, click [here](LICENSE.md).