-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
60 lines (47 loc) · 990 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
55
56
57
58
59
60
language: php
dist: trusty
notifications:
email: false
sudo: required
matrix:
fast_finish: true
include:
- php: 7.2
env:
- PRODUCT_NAME=suite
- php: 7.2
env:
- PRODUCT_NAME=b2c-demo-shop
- php: 7.2
env:
- PRODUCT_NAME=b2b-demo-shop
services:
- postgresql
- redis
- rabbitmq
addons:
postgresql: 9.4
apt:
packages:
- graphviz
hosts:
- zed.de.spryker.test
- www.de.spryker.test
env:
global:
- APPLICATION_ENV=devtest
- APPLICATION_STORE=DE
- MODULE_DIR=module
- SHOP_DIR=current
- MODULE_NAME=sevensenders
- POSTGRES_PORT=5432
cache:
directories:
- $SHOP_DIR/current/vendor
- $HOME/.composer/cache
before_install:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- phpenv config-rm xdebug.ini
script:
- git clone -b 0.3.0 https://github.com/spryker-eco/eco-ci.git ecoci
- ./ecoci/build/travis.sh