File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11before_install :
22- echo "MAVEN_OPTS='-Xmx512m -XX:MaxPermSize=128m'" > ~/.mavenrc
33- mvn clean
4+ - wget https://github.com/codacy/codacy-coverage-reporter/releases/download/4.0.5/codacy-coverage-reporter-4.0.5-assembly.jar
45
56language : Java
67jdk :
7- - oraclejdk8
8+ - oraclejdk8
89
910# # Travis installs the project with the following maven command:- "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V"
1011script :
11- - mvn test
12+ - mvn package
13+
14+ # # Send Coverage to Codacy
15+ after_success :
16+ - java -jar codacy-coverage-reporter-4.0.5-assembly.jar report -l Java -r target/site/jacoco/jacoco.xml
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >com.github.bordertech.common</groupId >
1212 <artifactId >qa-parent</artifactId >
13- <version >1.0.8 </version >
13+ <version >1.0.9 </version >
1414 </parent >
1515
1616 <packaging >jar</packaging >
6363 <artifactId >junit-vintage-engine</artifactId >
6464 </dependency >
6565 </dependencies >
66+
6667</project >
You can’t perform that action at this time.
0 commit comments