We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 9b22255Copy full SHA for 9b22255
.travis.yml
@@ -0,0 +1,12 @@
1
+sudo: required
2
+
3
+language: java
4
+jdk:
5
+ - oraclejdk7
6
7
+cache:
8
+ directories:
9
+ - '$HOME/.m2/repository'
10
11
+install: /bin/true
12
+script: mvn deploy -V -Prun-its -q -B -e
travis-settings.xml
@@ -0,0 +1,8 @@
+<settings>
+ <servers>
+ <server>
+ <id>sonatype-nexus-snapshots</id>
+ <username>${env.SONATYPE_USER}</username>
+ <password>${env.SONATYPE_PASS}</password>
+ </server>
+</settings>
0 commit comments