-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update travis.yml; test against Julia v0.3, v0.4, and nightly #12
Conversation
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then sudo apt-get update -qq; fi | ||
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then sudo apt-get install libpcre3-dev gfortran; fi | ||
# - if [[ $TRAVIS_OS_NAME = "osx" ]]; then brew update; fi | ||
# - if [[ $TRAVIS_OS_NAME = "osx" ]]; then brew outdated gcc || brew install gcc; fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I guess these brew commands aren't necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope. Will remove them.
Nice. glad to have the OS X testing! |
Update travis.yml; test against Julia v0.3, v0.4, and nightly
Thanks! |
Well, the tests used to pass; I saw the same kind of intermittent errors on Travis when I was in the process of updating the yml file and thought they'd cleared up. Not sure if it's an actual JuliaCI issue (the failure on Julia v0.3 is also bizarre.) References (should have been running identical builds; linux builds always fail at the same spot, when they do) |
Huh. On linux, |
That is almost surely the correct way to do this; I'd searched the documents briefly for the addons: directive but couldn't find it (thought I might be going crazy.) Interesting that it does sometimes work without that change, though. |
OK, that seemed to work, so I pushed to master. Travis is now testing the exact same commit (https://travis-ci.org/kbarbary/Dierckx.jl/builds) so we'll see if it can reproduce itself! |
Update, in case you didn't see it yet: It does sometimes not work with that change as well! Same (intermittent) bug on osx v0.3 and osx nightly. At least on linux there's a two build track of passing tests... No re-occurance of the git issue. |
Yeah this is extremely strange: intermittent bug from an actual test on identical hardware and commit. I don't think there's any randomness in the library, so this is perplexing. |
For your consideration.