forked from slywalker/cakephp-plugin-boost_cake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
37 lines (28 loc) · 721 Bytes
/
.travis.yml
File metadata and controls
37 lines (28 loc) · 721 Bytes
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
language: php
php:
- 5.3
- 5.4
- 5.5
env:
global:
- PLUGIN_NAME=BoostCake
matrix:
- DB=mysql CAKE_VERSION=2.4
- DB=mysql CAKE_VERSION=2.5
matrix:
include:
- php: 5.5
env:
- PHPCS=1 PHPCS_IGNORE="*/Test/*"
install:
- sh -c "if [ -n \"$CAKE_VERSION\" ]; then composer global require 'phpunit/phpunit=3.7.*'; fi"
before_script:
- git clone https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
- ../travis/before_script.sh
- sh -c "if [ -n \"$CAKE_VERSION\" ]; then ln -s ~/.composer/vendor/phpunit/phpunit/PHPUnit ../cakephp/vendors/PHPUnit; fi"
script:
- ../travis/script.sh
after_success:
- ../travis/after_success.sh
notifications:
email: false