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
|