Add travis

This commit is contained in:
Dennis Eichhorn 2018-08-11 17:29:39 +02:00
parent 75c860b6b7
commit 88b9b5a853

9
.travis.yml Normal file
View File

@ -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