-
Notifications
You must be signed in to change notification settings - Fork 9
fix REQUIRE #27
base: master
Are you sure you want to change the base?
fix REQUIRE #27
Conversation
I'm not sure what to do here with the test failures. |
The test for 0.4 is failing because it cannot load it, which is what you'd expect since the package does not support 0.4-. As far as failing tests on 0.3, it's a matter of the travis timing out and they seemed to have taken away the restart option. Not sure how to get this 0.3 test to work without a separate commit. |
Can you update the travis file to only test on 0.3? |
Yeah, I just thought of that too. |
Well, another one of these
|
I need to find a better way to hard code the version that travis tests on anyway, so once I get that I'll add it to this PR and squash it. |
ping @staticfloat how can you pass a specific Julia version to travis (i.e., |
Hmmm..... I don't think it is yet possible, discussion here: JuliaCI/travis-build#2 |
I think we just need someone to author the PR to travis-build to implement JuliaCI/travis-build#2 (comment) in https://github.com/travis-ci/travis-build/blob/master/lib/travis/build/script/julia.rb Been a low priority for me, but it will become very high-priority as soon as 0.4.0 comes out and the meanings of nightly and release change. |
Since this package exists to support v0.3 Julia, it should have a floor of
julia 0.3
and a ceiling of the first release of v0.4-dev (julia 0.4-
)