Unums.jl
Unums.jl copied to clipboard
Travis checks fail
Possible reason: WARNING: julia is fixed at 0.3.11 conflicting with requirement for Unums: [0.4.0-,∞)
Perhaps this could be fixed by modifying .travis.yml .
Can you expand on this? I'm not a travis expert. Do I need to change
julia:
- release
- nightly
to
julia:
- nightly
?