Skip to content

Commit c584539

Browse files
brennantaylordariuszkuc
authored andcommitted
build: compile example as well (#111)
Need to run install so that snapshot is available for example to compile
1 parent 977605e commit c584539

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ before_install:
1212
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi
1313

1414
script:
15-
- ./mvnw test -B
15+
- ./mvnw install
16+
- ./mvnw -f example/pom.xml verify
1617

1718
deploy:
1819
-

0 commit comments

Comments
 (0)