diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0e32654 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: js +before_script: + - 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 \ No newline at end of file