diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 570ee21..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: ruby -pandoc_version: 2.9.1.1 -rvm: - - 2.4.1 - - 2.7.2 - - 3.0.0 -before_install: - - curl -L https://github.com/jgm/pandoc/releases/download/2.9.1.1/pandoc-2.9.1.1-1-amd64.deb > pandoc.deb - - dpkg -x pandoc.deb . - - export PATH="$PWD/usr/bin:$PATH" - - gem update --system - - gem install bundler -script: RUBYOPT="-W0" bundle exec rake spec diff --git a/README.md b/README.md index 98497af..e063428 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Whedon requires a local installation of Pandoc 2 and Pandoc-Citeproc as well as Hopefully... -[![Build Status](https://travis-ci.org/openjournals/whedon.svg?branch=master)](https://travis-ci.org/openjournals/whedon) +[![Build Status](https://github.com/openjournals/whedon/actions/workflows/tests.yml/badge.svg)](https://github.com/openjournals/whedon/actions/workflows/tests.yml) ## Installation