Revert "Remove lines"

This reverts commit f5fe93c0db.
This commit is contained in:
Oliver Davies 2017-07-24 17:47:40 +01:00
parent f5fe93c0db
commit 1bac2ababb

View file

@ -12,6 +12,9 @@ cache:
before_install:
- openssl aes-256-cbc -K $encrypted_01701315b81b_key -iv $encrypted_01701315b81b_iv -in deploy_key.enc -out deploy_key -d
- chmod 600 deploy_key
- eval `ssh-agent -s`
- ssh-add deploy_key
- npm install
- composer install --prefer-dist --no-dev