SiriusLab / ModelDebugging

Runtime and tools to bring execution and simulation in your domain specific tooling built with Sirius and/or Eclipse Modeling Framework.
Eclipse Public License 1.0
6 stars 10 forks source link

simplify travis by using jdk_switcher use #9

Closed dvojtise closed 7 years ago

dvojtise commented 8 years ago

currently it uses a dedicated dist (trusty + sudo ) to use oracle jdk ( based on solution found on stackoverflow) we should probably simplify it by using script:

see https://docs.travis-ci.com/user/languages/java/#Switching-JDKs-Within-One-Job

dvojtise commented 7 years ago

not necessary anymore since 1/ this repo is now deprecated 2/ the new repo uses Eclipse infrastructure for CI