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

Fixs configuration for Travis CI #7

Merged
merged 1 commit into from
Nov 3, 2019
Merged

Conversation

yuri-zubov
Copy link

No description provided.

.travis.yml Outdated
- 2.3.8
- 2.4.9
- 2.5.7
- 2.6.5
Copy link

Choose a reason for hiding this comment

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

Any reason to specify the Ruby 'teeny' version? Better to leave this without this (ie 2.3, 2.4 etc). Travis will just use the latest version it has available.

Copy link
Author

@yuri-zubov yuri-zubov Nov 3, 2019

Choose a reason for hiding this comment

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

@abrom because I can not exclude 2.3, 2.4 for rails 6.0. this configuration doesn't work

matrix:
  exclude:
    - rvm: 2.3
      gemfile: gemfiles/rails_6.0.gemfile
    - rvm: 2.4
      gemfile: gemfiles/rails_6.0.gemfile

If you know how to do it better say me :)

Copy link

Choose a reason for hiding this comment

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

fair enough, but could you use 2.5 and 2.6 ?

Copy link
Author

Choose a reason for hiding this comment

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

yes, we can use 2.5, 2.6

Copy link
Author

Choose a reason for hiding this comment

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

@abrom PR updated

@abrom abrom merged commit 911dd4c into Studiosity:master Nov 3, 2019
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