FasterXML / java-classmate

Library for introspecting generic type information of types, member/static methods, fields. Especially useful for POJO/Bean introspection.
http://fasterxml.com
Apache License 2.0
258 stars 42 forks source link

Improve Travis CI build Performance #67

Closed chenzhang22 closed 3 years ago

chenzhang22 commented 3 years ago

Caching Dependencies and Directories Travis CI can cache content that does not often change, to speed up the build process.

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

cowtowncoder commented 3 years ago

As with the other PR, fine. This is rarely modified but might as well cache.