Skip to content
Snippets Groups Projects
Commit b07ac45f authored by “kpepper”'s avatar “kpepper”
Browse files

Travis changes

parent 8fb6adf9
No related branches found
No related tags found
No related merge requests found
language: java
jdk:
- oraclejdk8
sudo: false
sudo: true
env:
global:
- BUILD_CMD='mvn -X -Dskip.tests=true clean install'
- BUILD_CMD='mvn -X -Dskip.tests=true validate clean install'
- RUN_TESTS=false
matrix:
include:
......@@ -19,7 +19,7 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "source install_dependencies.sh"
- "mvn -X -Dskip.tests=true initialize"
- mvn -X validate"
install:
- "$BUILD_CMD"
script:
......
......@@ -380,7 +380,7 @@ Artemis is written in Java, and is available for UNIX, Macintosh and Windows sys
<executions>
<execution>
<id>install-biojava-jar</id>
<phase>initialize</phase>
<phase>validate</phase>
<goals>
<goal>install-file</goal>
</goals>
......@@ -395,7 +395,7 @@ Artemis is written in Java, and is available for UNIX, Macintosh and Windows sys
</execution>
<execution>
<id>install-jemalign-jar</id>
<phase>initialize</phase>
<phase>validate</phase>
<goals>
<goal>install-file</goal>
</goals>
......@@ -412,7 +412,7 @@ Artemis is written in Java, and is available for UNIX, Macintosh and Windows sys
<!-- NEEDS UPGRADE.... -->
<execution>
<id>install-j2ssh-core-jar</id>
<phase>initialize</phase>
<phase>validate</phase>
<goals>
<goal>install-file</goal>
</goals>
......@@ -428,7 +428,7 @@ Artemis is written in Java, and is available for UNIX, Macintosh and Windows sys
<execution>
<id>install-ibatis-jar</id>
<phase>initialize</phase>
<phase>validate</phase>
<goals>
<goal>install-file</goal>
</goals>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment