summaryrefslogtreecommitdiff
blob: 6fde86a175a01640fbdb0a916849007a3c5cfd6e (plain)
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
language: php
php:
  - 7.2
  - 7.1
  - 7.0

script:
  # Check php script syntax
  - bash .travis.phplint.sh

notifications:
  irc:
    channels:
      - "chat.freenode.net#miraheze"
    on_success: change
    on_failure: always
    template:
      - "%{repository}/%{branch}/%{commit} - %{author} %{message} %{build_url}"
  email:
    recipients:
      - southparkfan@miraheze.org
      - macfan@miraheze.org
    on_success: change
    on_failure: always