From e5c70b1b4328957ed253110b2b2719c5930fd398 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Aug 2018 12:10:21 +0200 Subject: [PATCH] Extend build script --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef9705922..a2d2995d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,10 @@ services: before_script: - pecl install ast - composer install + - git clone -b develop https://github.com/Orange-Management/Build.git + - ls -l script: - - phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml \ No newline at end of file + - phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml + - Build/Hooks/travis.sh +notifications: + email: false \ No newline at end of file