Including Rational depency in Travis CI build
Hi,
i have a project that is about a custom EGL build process, it wraps EGLSDK ( in com.ibm.etools.egl.util.EGLSDK ) and also uses the RTC plain java api classes, which can be downloaded after a login and some licence checkbox.
I want to build this project using Travis CI, and for this i need to include the above mentioned jars in the classpath during compilation. My question what would be an appropriate way of getting these files to the virtual machine Travis creates.
This would be an IBM internal project, so i am using the internal github and travis sites.
Any help appreciated!