You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing to note, since there are unregistered dependencies, they should be added before evaluating the package.
The code under script should look like this:
- julia --project --color=yes --check-bounds=yes -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/sisl/Vec.jl"))'
# add other unregistered dependencies (records.jl, adm.jl, autoviz.jl, ...)
- julia --project --color=yes --check-bounds=yes -e 'import Pkg; Pkg.build(); Pkg.test("AutoRisk"; coverage=true)'
See (https://travis-ci.org/sisl/AutoRisk.jl/builds/501261225?utm_source=github_status&utm_medium=notification). We saw it use julia 0.6. No idea about how travis works
The text was updated successfully, but these errors were encountered: