Repository: archiva
Updated Branches:
  refs/heads/master 57cc17cd1 -> 6be428cd2


test travis


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/855fd481
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/855fd481
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/855fd481

Branch: refs/heads/master
Commit: 855fd4812b9b9282097405b056636505a6fde980
Parents: 57cc17c
Author: Olivier Lamy <[email protected]>
Authored: Fri Sep 25 15:18:53 2015 +1000
Committer: Olivier Lamy <[email protected]>
Committed: Fri Sep 25 15:18:53 2015 +1000

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


http://git-wip-us.apache.org/repos/asf/archiva/blob/855fd481/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c6622cc
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
+language: java
+jdk:
+  - openjdk7
+  - oraclejdk7
+  - oraclejdk8
+
+script: "mvn clean install -Pit-js"
+
+cache:
+    directories:
+    - $HOME/.m2
+branches:
+    except:
+        - gh-pages
+notifications:
+    email:
+        - [email protected]

Reply via email to