oliverdavies.uk/.travis.yml
2017-07-15 11:25:02 +01:00

20 lines
237 B
YAML

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