File: .travis.yml

package info (click to toggle)
zsh-syntax-highlighting 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,380 kB
  • sloc: sh: 1,233; makefile: 79; perl: 8
file content (55 lines) | stat: -rw-r--r-- 1,045 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
language: generic
sudo: required

env:
  - ZSH=master
  - ZSH=5.7.1
  - ZSH=5.7
  - ZSH=5.6.2
  - ZSH=5.6.1
  - ZSH=5.6
  - ZSH=5.5.1
  - ZSH=5.5
  - ZSH=5.4.2
  - ZSH=5.4.1
  - ZSH=5.4
  - ZSH=5.3.1
  - ZSH=5.3
  - ZSH=5.2
  - ZSH=5.1.1
  - ZSH=5.1
  - ZSH=5.0.8
  - ZSH=5.0.7
  - ZSH=5.0.6
  - ZSH=5.0.5
  - ZSH=5.0.4
  - ZSH=5.0.3
  - ZSH=5.0.2
  - ZSH=5.0.1
  - ZSH=5.0.0
  - ZSH=4.3.17
  - ZSH=4.3.16
  - ZSH=4.3.15
  - ZSH=4.3.14
  - ZSH=4.3.13
  - ZSH=4.3.12
  - ZSH=4.3.11

script: docker run -v $PWD:/work -w /work zshusers/zsh:${ZSH} /bin/sh -c 'install_packages make procps && 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
    template:
      - "%{repository}/%{branch}#%{build_number}: %{message} Changes : %{compare_url} | Build : %{build_url}"