Overview
Comment:Ajout notifications IRC
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 3257730d6c758ae0542bf90378c8b645508245ea
User & Date: bohwaz on 2017-03-06 23:20:42
Other Links: branch diff | manifest | tags
Context
2017-03-07
04:32
Plus de tests unitaires basiques check-in: 764cdbfb00 user: bohwaz tags: dev
2017-03-06
23:20
Ajout notifications IRC check-in: 3257730d6c user: bohwaz tags: dev
23:08
Correction chemin travis check-in: 7beb9dcfa5 user: bohwaz tags: dev
Changes

Modified .travis.yml from [108a3b96ab] to [0926a200f2].

12
13
14
15
16
17
18
19
20
21
22
23
24

script:
  - php tests/run.php

notifications:
  irc:
    channels:
      - "irc.freenode.net#garradin"
    template:
      - "%{build_number} by %{author} on %{branch}: %{message} "
      - "Build details: %{build_url}"
    use_notice: false
    skip_join: true







|





12
13
14
15
16
17
18
19
20
21
22
23
24

script:
  - php tests/run.php

notifications:
  irc:
    channels:
      - "chat.freenode.net#garradin"
    template:
      - "%{build_number} by %{author} on %{branch}: %{message} "
      - "Build details: %{build_url}"
    use_notice: false
    skip_join: true