-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.travis.yml
More file actions
41 lines (34 loc) · 1.05 KB
/
.travis.yml
File metadata and controls
41 lines (34 loc) · 1.05 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
language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3.24
- 7.4
sudo: false
dist: trusty
env:
matrix:
- NETCOMMONS_VERSION=master DB=mysql
global:
- secure: "iI/6RHsBbBdKCVCDQWys8xbr3OkYVrXif8YEM54EYcOb+1K1fIUFRW61/FigXqlU52I0JAmYQQcUIoHEimEx+O91hCUX5dnirlReNTVKg8r0rTaUXS581TKQldY58qarHIyW2aYWbQSB9yKljRWYEnGcVVfq+WR+Fe69odn8Gso="
- GIT_COMMITTER_NAME=s-nakajima
- GIT_COMMITTER_EMAIL=nakajimashouhei@gmail.com
- GIT_AUTHOR_NAME=s-nakajima
- GIT_AUTHOR_EMAIL=nakajimashouhei@gmail.com
before_script:
- export NETCOMMONS_BUILD_DIR=`dirname $TRAVIS_BUILD_DIR`/NetCommons3
- git clone git://github.com/NetCommons3/NetCommons3 $NETCOMMONS_BUILD_DIR
- cd $NETCOMMONS_BUILD_DIR
- git checkout $NETCOMMONS_VERSION
- . tools/build/plugins/cakephp/travis/pre.sh
script:
- . tools/build/plugins/cakephp/travis/main.sh
after_script:
- . tools/build/plugins/cakephp/travis/post.sh
notifications:
email:
recipients:
- netcommons3@googlegroups.com
on_success: never # default: change
on_failure: always # default: always