Closed andybega closed 4 years ago
Unless I'm missing something, it's passing now - I wonder if it isn't a Travis thing. Master/main failed a few months ago as well though it had passed with the same commit previously. I'll keep an eye out for it.
Yeah, maybe. This V8 thing is new. There were also two other minor issues that caused build warnings (inits values in one of the doc example calls to run.jags, and documentation for the BUGS example object that Johannes added).
I guess if you merge develop
into master
the latter should work again as well.
I actually took out the BUGS example and reverted master/main to the version that passed and it still failed, but ya point taken. I might go ahead and merge this one just to see. Fingers crossed.
I had made a branch with the BUGS example object with the intention of finding if there was something throwing Travis off there as well, but I might go ahead and delete that if you've put everything needed into the recent pull.
I actually took out the BUGS example and reverted master/main to the version that passed and it still failed, but ya point taken.
I added Johannes' commit with the BUGS example in (with git cherry-pick
) to the stuff that is now in develop
, so it should work...fingers crossed.
Green checks at the moment! Had a nondescript error with commit 11dfd0f8d760f2bd12f999f0a044b190b662dd3f, but a commit later (minor conflict fix - nothing to do with Travis) and it's fine. I'll leave it up to you if you want to close the issue - I imagine we'll probably see something funky like this again in the future, but I'm not totally sure what to do about it.
edit: It failed again tonight and isn't pushing the gh-pages. I opened #74 to look into the latter. Maybe I'll find something about this, too.
I'm going to go ahead and close this since we're going to have to move away from travis (see issue #76 for updates on that)
This is the error showing up on both the master and develop branches, and the pull request I submitted.