-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.travis.yml
75 lines (62 loc) · 1.67 KB
/
.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
language: php
os: linux
dist: bionic
notifications:
email: false
sudo: required
matrix:
fast_finish: true
include:
- php: 7.3
env:
- PRODUCT_NAME=suite
- php: 7.3
env:
- PRODUCT_NAME=b2c-demo-shop
- php: 7.3
env:
- PRODUCT_NAME=b2b-demo-shop
services:
- postgresql
- redis
- rabbitmq
addons:
postgresql: "12"
apt:
sources:
- sourceline: ppa:chris-lea/redis-server
- sourceline: deb http://dl.bintray.com/rabbitmq-erlang/debian bionic erlang
key_url: https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc
- sourceline: deb https://dl.bintray.com/rabbitmq/debian bionic main
key_url: https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc
- sourceline: ppa:ondrej/php
packages:
- redis-tools
- redis-server
- rabbitmq-server
- graphviz
- postgresql-12
- postgresql-client-12
- postgresql-server-dev-12
hosts:
- zed.de.spryker.test
- www.de.spryker.test
env:
global:
- APPLICATION_ENV=ci.pgsql
- SPRYKER_TESTING_ENABLED=1
- APPLICATION_STORE=DE
- MODULE_DIR=module
- SHOP_DIR=current
- MODULE_NAME=coremedia
- POSTGRES_PORT=5433
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 bugfix/spryker-shop-suite-contains-no-ci-scripts --single-branch https://github.com/spryker-eco/eco-ci.git ecoci
- ./ecoci/build/travis.sh