language: php php: - '7.2' - nightly before_script: - composer install - git clone -b develop https://github.com/Orange-Management/Build.git - chmod -R 755 Build/Hooks script: - pwd - ./Build/Hooks/travis.sh notifications: email: false