Skip to content

Commit

Permalink
ci: import new GPG key for all Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwinski committed Apr 6, 2021
1 parent 9aeb474 commit bdd6312
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
dist: trusty
language: ruby
bundler_args: --without development
script:
- gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
rvm:
- 2.7
- 2.6
- 3.0
- jruby-9.2.11.0

jobs:
Expand All @@ -14,10 +17,6 @@ jobs:
- name: Rubinius
rvm: rbx-3
dist: trusty
- name: Ruby 3
rvm: 3
script:
- gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 && rvm get head

allow_failures:
- name: Rubinius

0 comments on commit bdd6312

Please sign in to comment.