mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 09:21:39 -05:00
prettify long string
This commit is contained in:
parent
4b701678a0
commit
b23d3b2c86
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
sudo: required
|
||||
os: linux
|
||||
|
||||
language: python
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
|
||||
env:
|
||||
- CLONE_ADDRESS='https://github.com/riscy/shx-for-emacs' RECIPE='(shx :repo "riscy/shx-for-emacs" :fetcher github)'
|
||||
env: >-
|
||||
CLONE_URL='https://github.com/riscy/shx-for-emacs'
|
||||
RECIPE='(shx :repo "riscy/shx-for-emacs" :fetcher github)'
|
||||
|
||||
install:
|
||||
- pip install requests
|
||||
|
|
Loading…
Add table
Reference in a new issue