oliverdavies.uk/.travis.yml
2017-07-15 11:03:21 +01:00

20 lines
236 B
YAML

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