-
Couldn't load subscription status.
- Fork 82
tests fixes #131
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
Merged
Merged
tests fixes #131
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f6ece22
tests fixes
viuginick1 2c5096c
additional require debase from command.rb
viuginick1 9c32ff4
added `test_to_s_timelimit` test
viuginick1 9b2a4de
update debase dependency to use opened attributes for tests
valich dd819a0
expect actual Fixnum/Integer class name as answer
valich 4c8ec4a
add travis configuration
valich 44e88a2
add travis build badge to readme
valich 771cd3c
do not even try to include debase if ruby < 2.0
valich 541dd3b
refactor platforms specification and add mri_25 for debase
valich 179ff30
try to install 1.9.3 and 2.0.0 from sources on agents
valich 35695e0
bump ruby-debug-base19 dep version to 0.11.32
valich d40d446
exclude some more versions which just travis does not support
valich a1562a1
teardown timeout increased
viuginick1 1280fd4
added one more space at the end of the string to parse
viuginick1 b8c820f
`@test2_path` force encoding to utf-8
viuginick1 bcaae13
realpath in file creation added
viuginick1 b916561
inc debase version in gemfile
viuginick1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| language: ruby | ||
| dist: trusty | ||
| os: | ||
| - linux | ||
| - osx | ||
|
|
||
| rvm: | ||
| - 1.9.3 | ||
| - 2.0.0 | ||
| - 2.1.10 | ||
| - 2.2.8 | ||
| - 2.3.5 | ||
| - 2.4.2 | ||
| - 2.5.0-preview1 | ||
| - ruby-head | ||
|
|
||
| matrix: | ||
| fast_finish: true | ||
| allow_failures: | ||
| - rvm: ruby-head | ||
|
|
||
| exclude: | ||
| - os: osx | ||
| rvm: 1.9.3 | ||
| - os: osx | ||
| rvm: 2.0.0 | ||
| - os: linux | ||
| rvm: 2.5.0-preview1 | ||
|
|
||
| # include: | ||
| # - os: osx | ||
| # rvm: 1.9.3 | ||
| # before_script: rvm install ruby-1.9.3 # not binary | ||
| # - os: osx | ||
| # rvm: 2.0.0 | ||
| # before_script: rvm install ruby-2.0.0 # not binary |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
19x?