forked from synapsestudios/synapse-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshippable.yml
More file actions
18 lines (18 loc) · 766 Bytes
/
shippable.yml
File metadata and controls
18 lines (18 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: php
php:
- 5.5
git:
submodules: false
env:
global:
- SLACK_ORG=synapse PROJECT=synapse-base
- secure: 2AZyPbC1I1Tp94w5fUvv9UXdCuzmpW4b0s8phVEzcxsCeney5oclGsXPQ5IPFV99NROLg8+dN7y0iQC5mGkgz78zSExL+JHgthbUHC5MGpCwRc8P6qI50SMFkt0oMsJfEL2hZJakRX6qC5kWvafiF7YoMz32HAcBQBKeZUManaGjdHqb21sKGmujFagmpHNFY2YgHr942nBhn+cppmsEvKSZeHqI3R2W1RLD2QPGBeyWEtEhU9tQWO7ll8oghA/Kc7gxNFBd76SCcAk5o5SSxJpyoXp8BpDe6p2quj7qpfkhYao3gdQm+SfPJJP2XdZb738gyVJFnwgaEBj+O6/kAw==
before_script:
- composer install --prefer-source
script:
- vendor/bin/phpunit --configuration phpunit.shippable.xml
- vendor/bin/phpcs --standard=PSR2 src/*
notifications:
email: false
after_failure:
- python slack_notifier.py --project $PROJECT --org $SLACK_ORG --token $SLACK_TOKEN