From 88b9b5a8536ebe4ba588567edf7cc58f20b1aa84 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Aug 2018 17:29:39 +0200 Subject: [PATCH] Add travis --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml 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