forked from phalcon/phalcon-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
54 lines (45 loc) · 789 Bytes
/
.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
49
50
51
52
53
54
language: php
sudo: required
dist: trusty
php:
- 5.5
- 5.6
matrix:
include:
- php: 7.0
env: ZEND_BACKEND="--backend=ZendEngine3"
git:
depth: 1
cache:
apt: true
ccache: true
timeout: 691200
directories:
- .temp
- vendor
- $HOME/.ccache
- $HOME/.composer/cache
env:
global:
- ZEND_DONT_UNLOAD_MODULES=1
- CC="ccache gcc"
- PATH="$PATH:~/bin"
- DISPLAY=":99.0"
- PHALCON_VERSION="v3.0.2"
script:
- tests/lint.sh --lint ${TRAVIS_BUILD_DIR}/ide/stubs
notifications:
email:
recipients:
- build@phalconphp.com
on_success: change
on_failure: always
addons:
apt:
packages:
- gdb
- re2c
- beanstalkd
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6