Switch to using CircleCI 2.0

We end up using Docker images for PHP 5.6 and MySQL, handle our own
Composer and NPM caches.
This commit is contained in:
Tautvidas Sipavičius
2017-07-04 16:02:22 +03:00
committed by pavel-mailpoet
parent b1425198b6
commit 1ac6dd8ccb
7 changed files with 119 additions and 84 deletions

View File

@@ -0,0 +1,14 @@
Listen 8080
<VirtualHost *:8080>
UseCanonicalName Off
ServerName mailpoet.loc
DocumentRoot /home/circleci/mailpoet/wordpress
DirectoryIndex index.php
LogLevel notice
<Directory /home/circleci/mailpoet/wordpress>
Require all granted
</Directory>
</VirtualHost>