Skip to content

Commit

Permalink
use github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Mar 8, 2022
1 parent 342fc30 commit b85e4b5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 41 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CI

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs_version:
- 25.3
- 26.3
- 27.1
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}

- uses: actions/checkout@v2

- name: Print emacs version
run: emacs --version

- name: Run tests
run: make test
40 changes: 0 additions & 40 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* Workgroups2
[[https://travis-ci.org/pashinin/workgroups2][https://travis-ci.org/pashinin/workgroups2.svg?branch=master]]
[[https://github.com/redguardtoo/workgroups2/actions/workflows/test.yml][https://github.com/redguardtoo/workgroups2/actions/workflows/test.yml/badge.svg]]
[[http://melpa.org/#/workgroups2][file:http://melpa.org/packages/workgroups2-badge.svg]]
[[http://stable.melpa.org/#/workgroups2][file:http://stable.melpa.org/packages/workgroups2-badge.svg]]

Expand Down

0 comments on commit b85e4b5

Please sign in to comment.