You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2016/05/13 18:05:53 UTC

airavata git commit: adding travis yml file

Repository: airavata
Updated Branches:
  refs/heads/master fad21741d -> 4845de489


adding travis yml file


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/4845de48
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/4845de48
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/4845de48

Branch: refs/heads/master
Commit: 4845de489c539ca388e8b7d5746fd309209170aa
Parents: fad2174
Author: Suresh Marru <sm...@apache.org>
Authored: Fri May 13 11:05:46 2016 -0700
Committer: Suresh Marru <sm...@apache.org>
Committed: Fri May 13 11:05:46 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/4845de48/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..9f7f8b7
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: java
+
+sudo: false
+
+notifications:
+  email:
+    on_success: change
+    on_failure: always
+
+jdk:
+  - oraclejdk8
+
+script: mvn clean install
\ No newline at end of file