]> source.dussan.org Git - archiva.git/commitdiff
test travis
authorOlivier Lamy <olamy@apache.org>
Fri, 25 Sep 2015 05:18:53 +0000 (15:18 +1000)
committerOlivier Lamy <olamy@apache.org>
Fri, 25 Sep 2015 05:18:53 +0000 (15:18 +1000)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..c6622cc
--- /dev/null
@@ -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:
+        - olamy@apache.org