Skip to content

Use Github Actions instead of Travis#197

Merged
legoscia merged 1 commit intomasterfrom
use-github-actions
Apr 25, 2025
Merged

Use Github Actions instead of Travis#197
legoscia merged 1 commit intomasterfrom
use-github-actions

Conversation

@legoscia
Copy link
Contributor

Publishing the package to Hex through Travis failed with this error:

$ rvm install 2.7

$ rvm use $(travis_internal_ruby) --fuzzy do ruby -S gem install dpl -v 2.0.5.4
ERROR:  Error installing dpl:
        There are no versions of uri (~> 1.0.2) compatible with your Ruby & RubyGems. Maybe try installing an older version of the gem you're looking for?
        uri requires Ruby version >= 2.5. The current ruby version is 2.4.5.335.
The command "rvm use $(travis_internal_ruby) --fuzzy do ruby -S gem install dpl -v 2.0.5.4" failed and exited with 1 during .

Not sure that's worth fixing. Let's switch to Github Actions.

Publishing the package to Hex through Travis failed with this error:

    $ rvm install 2.7

    $ rvm use $(travis_internal_ruby) --fuzzy do ruby -S gem install dpl -v 2.0.5.4
    ERROR:  Error installing dpl:
            There are no versions of uri (~> 1.0.2) compatible with your Ruby & RubyGems. Maybe try installing an older version of the gem you're looking for?
            uri requires Ruby version >= 2.5. The current ruby version is 2.4.5.335.
    The command "rvm use $(travis_internal_ruby) --fuzzy do ruby -S gem install dpl -v 2.0.5.4" failed and exited with 1 during .

Not sure that's worth fixing.  Let's switch to Github Actions.
@legoscia legoscia requested review from a team and danilagamma and removed request for a team April 24, 2025 16:38
@legoscia legoscia merged commit b8d975b into master Apr 25, 2025
1 check passed
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.

3 participants

Comments