Skip to content

Commit f3d4990

Browse files
authored
Add back the example script step (#262)
I accidentally copied over the scripts steps from the master branch which changed the structure of the repo. In the `0.6.x` branch we still want to verify the example repo
1 parent 8e2d560 commit f3d4990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ before_install:
2020

2121
script:
2222
- ./mvnw install
23+
- ./mvnw -f example/pom.xml verify
2324

2425
deploy:
2526
provider: script

0 commit comments

Comments
 (0)