Skip to content

Commit 1ada971

Browse files
committed
Replace travis with github actions
1 parent a3a92fb commit 1ada971

File tree

4 files changed

+12
-17
lines changed

4 files changed

+12
-17
lines changed

.github/workflows/test.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
compile:
8+
name: Compile
9+
uses: DamienCassou/emacs-workflows/.github/workflows/makel.yml@main

.travis.yml

-13
This file was deleted.

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ELPA_DEPENDENCIES=package-lint let-alist buttercup org-vcard helm async
1+
ELPA_DEPENDENCIES=package-lint let-alist buttercup org-vcard helm async wfnames
22

3-
ELPA_ARCHIVES=melpa-stable gnu
3+
ELPA_ARCHIVES=melpa gnu
44

55
TEST_BUTTERCUP_OPTIONS = .
66
LINT_CHECKDOC_FILES = $(wildcard *.el) $(wildcard test/*.el)

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[![Build Status](https://travis-ci.org/DamienCassou/vdirel.svg)](https://travis-ci.org/DamienCassou/vdirel)
2-
[![Coverage Status](https://coveralls.io/repos/DamienCassou/vdirel/badge.svg)](https://coveralls.io/r/DamienCassou/vdirel)
1+
[![Build Status](https://github.com/DamienCassou/vdirel/actions/workflows/test.yml/badge.svg)](https://github.com/DamienCassou/vdirel/actions)
32
[![MELPA](http://melpa.org/packages/vdirel-badge.svg)](http://melpa.org/#/vdirel)
43
[![MELPA stable](http://stable.melpa.org/packages/vdirel-badge.svg)](http://stable.melpa.org/#/vdirel)
54
[![License](http://img.shields.io/:license-gpl3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0.html)

0 commit comments

Comments
 (0)