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

20 lines
236 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-15 09:50:26 +00:00
2017-07-15 10:00:04 +00:00
branches:
only:
- master
2017-07-15 09:59:28 +00:00
cache:
directories:
- $HOME/.composer/cache
2017-07-15 09:50:26 +00:00
before_script:
- composer install --prefer-dist --no-dev
2017-07-15 09:53:37 +00:00
- npm install
2017-07-15 09:50:26 +00:00
script:
- ./publish.sh