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

Updates #387

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

Updates #387

wants to merge 8 commits into from

Conversation

gavinlaking
Copy link
Owner

Bit-rot is already starting to take hold of this project with changes to Ruby and Minitest. This release fixes some of the issues noticed. There are still some deprecation warnings from Minitest.

@gavinlaking
Copy link
Owner Author

Some investigation is required. My local machine runs the test suite with no failure, but Travis is failing.

@mjy
Copy link

mjy commented Jan 1, 2018

Problem appears to be the size of the window the test is run in. The following .travis.yml modification gets all but one test passing (https://travis-ci.org/mjy/vedeu/jobs/323712818):

rvm:
  - 2.3.3
  - 2.4.3
branches:
  - master
  - updates
os:
  - osx
  - linux
script:
  - stty rows 120
  - stty cols 120
  - bundle exec rake 

Note that making your terminal window very small in OS X causes more test to fail. Will open a new issue.

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