fulcrumgenomics / dagr

A scala based DSL and framework for writing and executing bioinformatics pipelines as Directed Acyclic GRaphs
MIT License
69 stars 15 forks source link

Update travis to use bionic distribution, openjdk8 #390

Closed mjhipp closed 3 years ago

mjhipp commented 3 years ago

Previous builds failed on pip install step. The error said to update the python version.

To do that I updated the distribution to bionic. That caused an error with installing oraclejdk8.

To fix that I changed to openjdk8: https://travis-ci.community/t/install-of-oracle-jdk8-is-failing/4365/3