Skip to content

Commit 953f9d8

Browse files
committed
Remove wercker definition for Magento 2.1 as it is not supported in the main branch any more
(use the 2.1-lts branch instead)
1 parent 1f6d7f6 commit 953f9d8

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

wercker.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,6 @@ services:
77
env:
88
MYSQL_ROOT_PASSWORD: root
99
- id: integernet/solr_ci:1.8.0
10-
build-2.1:
11-
box: meanbee/magento2-php:7.0-cli # Magento 2.1 is not compatible to PHP 7.1
12-
steps:
13-
- install-packages:
14-
packages: git zip mysql-client libmcrypt-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev netcat-openbsd
15-
- add-ssh-key:
16-
keyname: GITHUB_DEPLOY
17-
host: github.com
18-
- add-to-known_hosts:
19-
hostname: github.com
20-
fingerprint: 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48
21-
type: rsa
22-
- script:
23-
name: "Wait for MySQL connection"
24-
code: |
25-
while ! nc -q 1 $MYSQL_CI_PORT_3306_TCP_ADDR $MYSQL_CI_PORT_3306_TCP_PORT </dev/null; do echo -n . && sleep 3; done
26-
- script:
27-
name: set up test system
28-
code: build/install-magento.sh 2.1.17
29-
- script:
30-
name: run unit tests
31-
cwd: /var/www/magento/vendor/integer-net/solr-magento2
32-
code: php ../../phpunit/phpunit/phpunit
33-
- script:
34-
name: run integration tests
35-
code: build/integration-tests.sh
3610
build-2.2:
3711
steps:
3812
- install-packages:

0 commit comments

Comments
 (0)