-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
29 lines (29 loc) · 987 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
language: java
before_install:
- git clone https://github.com/DevelopmentOnTheEdge/xmltest.git
&& cd xmltest
&& mvn install -DskipTests=true -Dmaven.javadoc.skip=true
&& cd ../
- git clone https://github.com/DevelopmentOnTheEdge/beanexplorer.git
&& cd beanexplorer
&& mvn install -DskipTests=true -Dmaven.javadoc.skip=true
&& cd ../
- git clone https://github.com/DevelopmentOnTheEdge/be5.git
&& cd be5
&& mvn install -DskipTests=true -Dmaven.javadoc.skip=true
&& cd ../
- git clone https://github.com/Biosoft-ru/biostore-api.git
&& cd biostore-api
&& mvn install -DskipTests=true -Dmaven.javadoc.skip=true
&& cd ../
install:
- mvn test-compile -Dmaven.javadoc.skip=true -B -V
after_success:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report
jdk:
- openjdk8
cache:
directories:
- $HOME/.m2
notifications:
email: false