alltube/.travis.yml

14 lines
200 B
YAML
Raw Normal View History

2017-08-21 18:10:21 +00:00
---
2015-08-29 23:40:31 +00:00
language: php
2019-11-30 12:18:16 +00:00
php: 7.3
2017-08-21 18:46:56 +00:00
addons:
apt:
packages:
- language-pack-fr
2019-10-03 20:05:45 +00:00
install:
- composer install --no-progress
- yarn install
script:
- grunt lint
2019-10-03 20:38:48 +00:00
- grunt test