Skip to content

Commit

Permalink
remove docker for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ediathome committed Jul 14, 2019
1 parent 258eaaa commit ac0c020
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,3 @@ language: php

php:
- 7.2

services:
- docker

before_install:
- docker pull prestashop/prestashop
- docker network create prestashop-net
- docker run -ti --name some-mysql --network prestashop-net -e MYSQL_ROOT_PASSWORD=admin -p 3307:3306 -d mysql:5.7
- docker run -ti --name some-prestashop --network prestashop-net -e DB_SERVER=some-mysql -p 8080:80 -d prestashop/prestashop

0 comments on commit ac0c020

Please sign in to comment.