diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..4adb840 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,18 @@ +name: CI + +on: + push: + branches: + - master + pull_request: + +jobs: + rspec: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.4.8' + bundler-cache: true + - run: bundle exec rspec diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index de2851f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: ruby -rvm: - - 3.3.4 -notifications: - email: - - bostko@gmail.com diff --git a/README.md b/README.md index e39aa2d..1a8f193 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,4 @@ References * [Open Document Format for Office Applications](http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os.html) * [Markdown Syntax](http://daringfireball.net/projects/markdown/syntax#link) -Use it online -============= -[doc2text.com](http://doc2text.com) - -[![Build Status](https://travis-ci.org/bostko/doc2text.svg?branch=master)](https://travis-ci.org/bostko/doc2text)