Travis.yml file added
Signed-off-by: Mustafa Ozcelikors <mozcelikors@gmail.com>
diff --git a/rover/.travis.yml b/rover/.travis.yml
new file mode 100644
index 0000000..1d0d267
--- /dev/null
+++ b/rover/.travis.yml
@@ -0,0 +1,16 @@
+# This is for building automatically using a Travis docker, and then deploying to Github Pages
+
+before_install:
+ - sudo apt-get install doxygen
+
+script:
+ - cd doxygen/
+ - doxygen Doxyfile
+
+deploy:
+ provider: pages
+ skip_cleanup: true
+ github_token: $GITHUB_TOKEN2 #Create token from Github and Set in travis-ci.org dashboard
+ local_dir: ./html/
+ on:
+ branch: feature/apiapp