forked from CakePHP-Copula/Copula
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.travis.yml
More file actions
51 lines (43 loc) · 1.11 KB
/
.travis.yml
File metadata and controls
51 lines (43 loc) · 1.11 KB
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
49
50
51
language: php
php:
- 5.4
- 5.5
- hhvm
env:
global:
- PLUGIN_NAME=HttpSource
- PLUGIN_PATH=Plugin/HttpSource
- REQUIRE="imsamurai/cakephp-environment:dev-master phpdocumentor/phpdocumentor:2.* symfony/process: 2.4.*"
- DB=mysql
- CAKE_VERSION=2.5
- secure: gJVq4HkCVB3UZ/f9aBjCqT9IsOby4Ze9N67bp4BXOLcLDeWnpAOfbi85F0HATxXcuQA5A55UOFWqHFYXigVQ2J3w6Um3jseGCUi4ssh09u0orksDzem5OzulPVaJltiM5LC7d9GgSQDVaN5nDAIfP+bZE4SDIWUpwftO0xTuaSY=
matrix:
- CAKE_VERSION=2.4
- CAKE_VERSION=2.5
- CAKE_VERSION=2.6
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_install:
- sudo apt-get -qq install netcat
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: im.samuray@gmail.com