Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
434af7b11d | ||
|
|
6f149dfc5e | ||
|
|
e58800158a | ||
|
|
871041a939 | ||
|
|
ed90f0d2c9 | ||
|
|
bbaae63f2e | ||
|
|
d025148858 | ||
|
|
f60d9b8c36 | ||
|
|
d43fe3ab70 | ||
|
|
47ac611c89 | ||
|
|
46441b1c0d | ||
|
|
7e840ff2db | ||
|
|
176a019434 | ||
|
|
e4ed76b87d | ||
|
|
30a29a9e31 |
45
.travis.yml
Normal file
45
.travis.yml
Normal file
@@ -0,0 +1,45 @@
|
||||
language: generic
|
||||
sudo: required
|
||||
|
||||
env:
|
||||
- ZSH=4.3.11
|
||||
- ZSH=4.3.12
|
||||
- ZSH=4.3.13
|
||||
- ZSH=4.3.14
|
||||
- ZSH=4.3.15
|
||||
- ZSH=4.3.16
|
||||
- ZSH=4.3.17
|
||||
- ZSH=5.0.0
|
||||
- ZSH=5.0.1
|
||||
- ZSH=5.0.2
|
||||
- ZSH=5.0.3
|
||||
- ZSH=5.0.4
|
||||
- ZSH=5.0.5
|
||||
- ZSH=5.0.6
|
||||
- ZSH=5.0.7
|
||||
- ZSH=5.0.8
|
||||
- ZSH=5.1
|
||||
- ZSH=5.1.1
|
||||
- ZSH=5.2
|
||||
- ZSH=5.3
|
||||
- ZSH=5.3.1
|
||||
- ZSH=5.4
|
||||
- ZSH=5.4.1
|
||||
- ZSH=master
|
||||
|
||||
script: docker run -v $PWD:/work -w /work zshusers/zsh-${ZSH} /bin/sh -c 'make test'
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
urls:
|
||||
- https://webhooks.gitter.im/e/367e241cdea60cb2070b
|
||||
on_success: change
|
||||
on_failure: always
|
||||
on_start: never
|
||||
irc:
|
||||
channels:
|
||||
- "chat.freenode.net#zsh-syntax-highlighting"
|
||||
on_success: change
|
||||
on_failure: always
|
||||
on_start: never
|
||||
use_notice: true
|
||||
2
Makefile
2
Makefile
@@ -17,6 +17,7 @@ install: all
|
||||
$(INSTALL) -d $(DOC_DIR)
|
||||
cp .version zsh-syntax-highlighting.zsh $(SHARE_DIR)
|
||||
cp COPYING.md README.md changelog.md $(DOC_DIR)
|
||||
sed -e '1s/ .*//' -e '/^\[build-status-[a-z]*\]: /d' < README.md > $(DOC_DIR)/README.md
|
||||
if [ x"true" = x"`git rev-parse --is-inside-work-tree 2>/dev/null`" ]; then \
|
||||
git rev-parse HEAD; \
|
||||
else \
|
||||
@@ -35,6 +36,7 @@ clean:
|
||||
rm -f docs/all.md
|
||||
|
||||
test:
|
||||
@$(ZSH) -fc 'echo ZSH_PATCHLEVEL=$$ZSH_PATCHLEVEL'
|
||||
@result=0; \
|
||||
for test in highlighters/*; do \
|
||||
if [ -d $$test/test-data ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
zsh-syntax-highlighting
|
||||
zsh-syntax-highlighting [![Build Status][build-status-image]][build-status-travis]
|
||||
=======================
|
||||
|
||||
**[Fish shell][fish]-like like syntax highlighting for [Zsh][zsh].**
|
||||
|
||||
*Requirements: zsh 4.3.17+.*
|
||||
*Requirements: zsh 4.3.11+.*
|
||||
|
||||
[fish]: http://www.fishshell.com/
|
||||
[zsh]: http://www.zsh.org/
|
||||
@@ -75,3 +75,6 @@ How to tweak
|
||||
Syntax highlighting is done by pluggable highlighter scripts. See the
|
||||
[documentation on highlighters](docs/highlighters.md) for details and
|
||||
configuration settings.
|
||||
|
||||
[build-status-image]: https://travis-ci.org/zsh-users/zsh-syntax-highlighting.svg?branch=master
|
||||
[build-status-travis]: https://travis-ci.org/zsh-users/zsh-syntax-highlighting
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
Tag it using `git tag -m "Tag version $(<.version)"`;
|
||||
Increment `./.version` and restore the `-dev` suffix;
|
||||
Commit that using 'git commit -C b5c30ae52638e81a38fe5329081c5613d7bd6ca5'.
|
||||
- Push with `git push --tags`
|
||||
- Push with `git push && git push --tags`
|
||||
- Notify downstreams (OS packages)
|
||||
- anitya should autodetect the tag
|
||||
- Update /topic on IRC
|
||||
|
||||
Reference in New Issue
Block a user