forked from magento-hackathon/magento-composer-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
42 lines (38 loc) · 950 Bytes
/
.travis.yml
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
language: php
php:
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
allow_failures:
- php: 5.3
- php: 5.4
- php: hhvm
install:
- curl -sS https://getcomposer.org/installer | php
- chmod +x ./composer.phar
- ./composer.phar --version
- ./composer.phar install --dev
script:
- ./vendor/bin/phpunit
notifications:
email:
recipients:
on_success: never
on_failure: always
irc:
channels:
- "irc.freenode.org#magento-composer"
on_success: change # default: always
on_failure: always # default: always
webhooks:
urls:
- https://webhooks.gitter.im/e/c5ef1e9abfc452125de8
- https://webhooks.gitter.im/e/c15428595390b938ee38
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false