Skip to content

README.md: remove last bits of Travis mentions. #6

README.md: remove last bits of Travis mentions.

README.md: remove last bits of Travis mentions. #6

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- '28.2'
- '29.4'
- '30.1'
- '30.2'
- 'snapshot'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Emacs
uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- name: Run tests
run: make test