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

23 lines
319 B
YAML
Raw Normal View History

2017-07-15 09:50:26 +00:00
language: php
2017-07-15 10:03:21 +00:00
php: 7
sudo: true
2017-07-24 14:53:41 +00:00
2017-07-15 10:00:04 +00:00
branches:
2017-07-20 18:56:25 +00:00
only:
2017-07-24 14:53:41 +00:00
- master
2017-07-15 09:59:28 +00:00
cache:
2017-07-20 18:56:25 +00:00
directories:
2017-07-24 14:53:41 +00:00
- $HOME/.composer/cache
2017-07-15 10:25:02 +00:00
before_install:
2017-07-24 14:53:41 +00:00
- npm install
- composer install --prefer-dist --no-dev
script: ./publish.sh
2017-07-20 18:56:25 +00:00
env:
global:
2017-07-24 14:53:41 +00:00
- ENCRYPTION_LABEL: 01701315b81b
- COMMIT_AUTHOR_EMAIL: "oliver@oliverdavies.uk"