This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/.travis.yml
2017-07-24 17:47:40 +01:00

27 lines
515 B
YAML

language: php
php: 7
sudo: true
branches:
only:
- master
cache:
directories:
- $HOME/.composer/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
script: ./publish.sh
env:
global:
- ENCRYPTION_LABEL: 01701315b81b
- COMMIT_AUTHOR_EMAIL: "oliver@oliverdavies.uk"