-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.travis.yml
More file actions
43 lines (37 loc) · 794 Bytes
/
.travis.yml
File metadata and controls
43 lines (37 loc) · 794 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
38
39
40
41
42
43
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
branches:
only: master
env:
global:
- SYMFONY_DEPRECATIONS_HELPER=strict
- GUZZLE_VERSION=6.*
- DOCKER_BUILD=false
- COMPOSER_PREFER_LOWEST=false
- ENABLE_CURL=true
install: travis/install.sh
script: travis/script.sh
after_success: travis/success.sh
matrix:
include:
- php: 5.6
services: [docker]
env: DOCKER_BUILD=true
- php: 5.6
env: GUZZLE_VERSION=4.*
- php: 5.6
env: GUZZLE_VERSION=5.*
- php: 5.4
env: COMPOSER_PREFER_LOWEST=true
- php: 5.6
env: ENABLE_CURL=false
allow_failures:
- php: hhvm
notifications:
email: geloen.eric@gmail.com