We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab80c5 commit cc952c9Copy full SHA for cc952c9
.travis.yml
@@ -6,7 +6,6 @@ dist: trusty
6
php:
7
- 5.5
8
- 5.6
9
- - 7.1
10
11
services:
12
- postgresql
@@ -15,6 +14,10 @@ matrix:
15
14
include:
16
- php: 7.0
17
env: ZEND_BACKEND="--backend=ZendEngine3"
+ - php: 7.1
18
+ env: ZEND_BACKEND="--backend=ZendEngine3"
19
+ - php: 7.2
20
21
22
git:
23
depth: 1
@@ -35,7 +38,7 @@ env:
35
38
global:
36
39
- PATH="$PATH:~/bin"
37
40
- DISPLAY=":99.0"
- - PHALCON_VERSION="v3.3.2"
41
+ - PHALCON_VERSION="v3.4.0"
42
43
before_install:
44
- export PHP_VERSION=$(php-config --version)
0 commit comments