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-17 10:59:10 +01:00

20 lines
250 B
YAML

language: php
php: 7
sudo: true
branches:
only:
- master
cache:
directories:
- $HOME/.composer/cache
before_install:
- npm install --production
- composer install --prefer-dist --no-dev
script:
- ./publish.sh