cloud_bbb/.travis.yml

17 lines
224 B
YAML
Raw Normal View History

2020-04-29 11:08:49 +02:00
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
2020-06-10 14:00:20 +02:00
- yarn test
2020-04-29 11:08:49 +02:00
- yarn commitlint-travis