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