Skip to content

Commit c70c4c2

Browse files
author
Zhang Handi
committed
ci: first version of the pipeline to automate unit and integration tests
1 parent 3aa930d commit c70c4c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ before_install:
1313
# Run Unit Test and Integration Tests
1414
script:
1515
- mvn verify
16+
17+
# Cache the .m2 folder to prevent redownloading dependencies on each build
18+
cache:
19+
directories:
20+
- "$HOME/.m2/repository"

0 commit comments

Comments
 (0)