diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml new file mode 100644 index 0000000..e65adc3 --- /dev/null +++ b/.github/workflows/ruby.yml @@ -0,0 +1,30 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. +# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake +# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby + +name: Ruby + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +permissions: + contents: read + +jobs: + test: + runs-on: macos-latest + steps: + - uses: actions/checkout@v3 + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: 2.6.10 + bundler-cache: true + - name: Run tests + run: bundle exec rake diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 634428b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- -language: ruby -cache: bundler -os: osx -osx_image: xcode12 -rvm: - - 2.6.3 - - 2.6.10 - - ruby-head -matrix: - allow_failures: - - rvm: ruby-head -before_install: - - gem install bundler -notifications: - slack: - secure: "OFMz4pcCoe2qtSzdOV8/R/JJ4tONpoSX94x3Q+jzTVCkzoWIHX5zZIJX9snF\ -0o0zIv5AtPBT6lug5VBdC/Qd1uXN5H20nCwGtkaLTByiNlkgmIX2nVS5bHCLZGTMzY3KPowap\ -O2Wo22c6ZSFmqV957YgUXIO4hXPMwge32RFTlaDQbS+rt7f76D2HcGbCY50yF1sJL7JbXI6uT\ -er/xit2d6QZkj18Az4E9VS9e/bSHwhxUO2XV3w1YkqKu9fL9pvPGlqGEpH09wStGQEozcO6jW\ -y1O5BAb8u2TIoUQXPWEwWkYNOE+POyEHTWaycaV7cH/XLvxG3B8zsqUPyuLsq/a+SbJLMWnOE\ -yoG8rIB/gUrp+q/fRayQm0UAt/3H/604sbel0/8JpWzOM1JGYUAfH/cJ+X7SyXkR4DLuGU1kb\ -ZifMrXCY+dGUeY7QNTHEjXYkc4tSvQjHq0SIlmWZ/nj8yaAzToryk2hlMbI9Yb+4F/ET3R+vo\ -mjbQ1nWLoP7oXEevwrXwH7uZt9mPw5ZVHRuw88U4zPCiA/4SKfw9kslyjCyu38bEF3b592m1c\ -yJa83kvQjGncGNrbgb0O/5nCZXGIOu+7qhDK/lfL01Kmr7cf7d83MghddzH+bwV+pbmr5siUZ\ -QqgQRw3vjPjxzvG6wV7ZdmI/Gfs8Jk8/IkgFDAU=" diff --git a/README.md b/README.md index 068c959..3a19611 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ![Awskeyring](https://raw.githubusercontent.com/tristanmorgan/awskeyring/main/awskeyring-144.png) -* [![Build Status](https://app.travis-ci.com/tristanmorgan/awskeyring.svg?branch=main)](https://app.travis-ci.com/github/tristanmorgan/awskeyring) * [![Gem Version](https://img.shields.io/gem/v/awskeyring)](https://badge.fury.io/rb/awskeyring) * [![license MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) * [![All Downloads](https://img.shields.io/gem/dt/awskeyring)](https://rubygems.org/gems/awskeyring)