Skip to content
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

Merged
merged 2 commits into from
Sep 26, 2015

Conversation

jgoldfar
Copy link
Contributor

For your consideration.

- 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
Copy link
Owner

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. Will remove them.

@kbarbary
Copy link
Owner

Nice. glad to have the OS X testing!

kbarbary added a commit that referenced this pull request Sep 26, 2015
Update travis.yml; test against Julia v0.3, v0.4, and nightly
@kbarbary kbarbary merged commit 74819ff into kbarbary:master Sep 26, 2015
@jgoldfar
Copy link
Contributor Author

Thanks!

@jgoldfar
Copy link
Contributor Author

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)

@kbarbary
Copy link
Owner

Huh. On linux, git fetch --unshallow is failing. I'm going to try switching to the new Travis container system. I don't expect it to fix this, but at least it will exercise Travis some more.

@jgoldfar
Copy link
Contributor Author

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.

@kbarbary
Copy link
Owner

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!

@jgoldfar
Copy link
Contributor Author

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.

@kbarbary
Copy link
Owner

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.

@kbarbary kbarbary mentioned this pull request Mar 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants