Skip to content

Commit d2f7867

Browse files
Artem LabazinArtem Labazin
authored andcommitted
fix travis build
1 parent a77858e commit d2f7867

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ before_install:
1515
- sudo apt-get install erlang -y
1616

1717
install:
18-
./mvnw compile -B -U
18+
./mvnw compile --batch-mode --update-snapshots
1919

2020
script:
21-
./mvnw install -B
21+
./mvnw install --batch-mode -Dgpg.skip
2222

2323
before_deploy:
2424
- mvn help:evaluate -N -Dexpression=project.version | grep -v '\['

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ limitations under the License.
444444
<executions>
445445
<execution>
446446
<id>sign-artifacts</id>
447-
<phase>verify</phase>
447+
<phase>install</phase>
448448
<goals>
449449
<goal>sign</goal>
450450
</goals>

0 commit comments

Comments
 (0)