Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

fix REQUIRE #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

fix REQUIRE #27

wants to merge 3 commits into from

Conversation

milktrader
Copy link

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-)

@quinnj
Copy link
Owner

quinnj commented Jul 13, 2015

I'm not sure what to do here with the test failures.

@milktrader
Copy link
Author

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.

@quinnj
Copy link
Owner

quinnj commented Jul 14, 2015

Can you update the travis file to only test on 0.3?

@milktrader
Copy link
Author

Yeah, I just thought of that too.

@milktrader
Copy link
Author

Well, another one of these

No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.
The build has been terminated

@milktrader
Copy link
Author

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.

@milktrader
Copy link
Author

ping @staticfloat how can you pass a specific Julia version to travis (i.e., 0.3 vs releases)?

@staticfloat
Copy link

Hmmm..... I don't think it is yet possible, discussion here: JuliaCI/travis-build#2

@tkelman
Copy link

tkelman commented Jul 15, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants