-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
48 lines (41 loc) · 1.03 KB
/
.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
43
44
45
46
47
48
language: php
php:
- 5.4
- 5.5
- hhvm
env:
global:
- PLUGIN_NAME=TreeHelper
- PLUGIN_PATH=Plugin/TreeHelper
- REQUIRE="imsamurai/cakephp-environment:dev-master phpdocumentor/phpdocumentor:2.*"
- DB=mysql
- CAKE_VERSION=2.4
- secure: Bw6oNjHjigPfdf47CUkcU4uPnu0lEW44ZCDWH8v9asmhVb9XcNOIdiDwzL5YivMPMWsIXJoJnElNpcJOcvZ97zAYuGvQAcBRgCzxCKVRBGPR8v7nFDvoMmW5flftDNXSCr1cA9fFmT1ptXQlW/Y9X/XcYf5769FG/5gBDpREQrE=
matrix:
- CAKE_VERSION=2.3
- CAKE_VERSION=2.4
- CAKE_VERSION=2.5
matrix:
include:
- php: 5.4
env:
- COVERALLS=1
- php: 5.4
env:
- PHPCS=1
- php: 5.4
env:
- FOC_VALIDATE=1
- php: 5.5
env:
- PHPDOC=1
before_script:
- git clone git://github.com/imsamurai/travis-plugin-build.git --depth 1 travis
- chmod +x ./travis/*
- ./travis/before_script.sh
script:
- ./travis/script.sh
after_success:
- ./travis/after_success.sh
notifications:
email: [email protected]