mirror of https://github.com/sualko/cloud_bbb
16 lines
210 B
YAML
16 lines
210 B
YAML
|
dist: bionic
|
||
|
|
||
|
cache:
|
||
|
yarn: true
|
||
|
directories:
|
||
|
- node_modules
|
||
|
|
||
|
before_script: phpenv global 7.3
|
||
|
|
||
|
script:
|
||
|
- php -v
|
||
|
- yarn install
|
||
|
- yarn composer:install:dev
|
||
|
- yarn lint
|
||
|
- yarn commitlint-travis
|