oliverdavies.uk/.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