Skip to content

Commit 443db91

Browse files
committed
add package to install step
1 parent 152a5bd commit 443db91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_install:
1616
# mvn --settings default.xml package -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
1717

1818
install:
19-
mvn --settings default.xml install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
19+
mvn --settings default.xml package install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
2020

2121
## Build and release to maven central
2222
script:

0 commit comments

Comments
 (0)