Skip to content

Commit eef3072

Browse files
committed
👶 update to sql2o-plus 1.0.3-SNAPSHOT
1 parent cebbe5e commit eef3072

2 files changed

Lines changed: 1 addition & 26 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sudo: false
1111
before_install:
1212
- export TZ='Asia/Shanghai'
1313

14-
script: "mvn cobertura:cobertura"
14+
script: "mvn clean cobertura:cobertura"
1515

1616
after_success:
1717
- bash <(curl -s https://codecov.io/bash)

pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -159,31 +159,6 @@
159159
<encoding>UTF-8</encoding>
160160
</configuration>
161161
</plugin>
162-
<plugin>
163-
<groupId>org.codehaus.mojo</groupId>
164-
<artifactId>cobertura-maven-plugin</artifactId>
165-
<version>2.7</version>
166-
<dependencies>
167-
<dependency>
168-
<groupId>org.ow2.asm</groupId>
169-
<artifactId>asm</artifactId>
170-
<version>5.0.4</version>
171-
</dependency>
172-
</dependencies>
173-
<configuration>
174-
<formats>
175-
<format>html</format>
176-
<format>xml</format>
177-
</formats>
178-
<instrumentation>
179-
<excludes>
180-
<exclude>org/sql2o/**.class</exclude>
181-
<exclude>org/sql2o/**.java</exclude>
182-
</excludes>
183-
</instrumentation>
184-
<check/>
185-
</configuration>
186-
</plugin>
187162
</plugins>
188163
</build>
189164
<!-- profiles -->

0 commit comments

Comments
 (0)