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