Skip to content

Commit

Permalink
Build with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Aug 30, 2020
1 parent f032767 commit fcba0bb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
BUNDLE_JOBS: "4"
BUNDLE_WITHOUT: "benchmark"
16 changes: 16 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: [push, pull_request]
name: Build
jobs:
test:
name: rake test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
- run: |
sudo apt-get -yqq install libyajl2
gem install bundler --no-document
bundle install
bundle exec rake test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/.bundle/
/.yardoc
/Gemfile.lock
/_yardoc/
Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

0 comments on commit fcba0bb

Please sign in to comment.