Skip to content

Commit

Permalink
Switch from Travis to AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Nov 25, 2020
1 parent 96e7de9 commit a7ade6d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
16 changes: 16 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
image:
- Ubuntu1604
- Ubuntu1804
- Ubuntu2004

version: "{build}"

environment:
global:
VERBOSE: 1 # Get test logs in output

init:
- sudo apt-get -y install emacs

build_script:
- emacs -Q --batch --load dtrt-indent.el --load dtrt-indent-test.el
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit a7ade6d

Please sign in to comment.