Skip to content

Commit c5167cc

Browse files
authored
Migrate from TravisCI to GitHub Actions (#633)
Merge pull request 633
1 parent ee65e4c commit c5167cc

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- name: Checkout Repository
2020
uses: actions/checkout@v2
21-
- name: Set Up Ruby 2.5
21+
- name: Set Up Ruby 2.7
2222
uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: 2.5
24+
ruby-version: 2.7
2525
bundler-cache: true
2626
- name: Run tests
2727
run: script/cibuild

.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)