mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 17:31:38 -05:00
11 lines
No EOL
244 B
YAML
11 lines
No EOL
244 B
YAML
os: linux
|
|
language: python
|
|
python:
|
|
- "3.6"
|
|
|
|
env:
|
|
install:
|
|
- pip install .
|
|
script:
|
|
- EXIST_OK=true MELPA_PR_URL=https://github.com/melpa/melpa/pull/4749 make
|
|
- EXIST_OK=true RECIPE='(shx :repo "riscy/shx-for-emacs" :fetcher github)' make |