bcbi / BCBI_base.jl

Julia packages commonly used by the Brown Center for Biomedical Informatics (BCBI)
MIT License
1 stars 0 forks source link

Is it worth setting up Travis on this repo? #3

Closed DilumAluthge closed 6 years ago

DilumAluthge commented 6 years ago

There's no code to build, so the Travis build would just resolve and install the packages from REQUIRE - this would make sure that we don't accidentally create a list of dependency requirements that can't be resolved.

mirestrepo commented 6 years ago

Seems like a good idea

DilumAluthge commented 6 years ago

Actually we probably don't want to install the packages, since that would take a long time. We just need to run Pkg.resolve().

DilumAluthge commented 6 years ago

Since the package manager is changing to Pkg3 in julia 1.0, let's wait for 1.0 to be released and then set up .travis.yml and appveyor.yml to run Pkg3.resolve or whatever the appropriate command is.

DilumAluthge commented 6 years ago

I'm closing this for now. Once Julia 1.0 is released, let's think about how to approach setting up Travis and/or Appevyor on this repo.