alltube/.travis.yml

14 lines
200 B
YAML
Raw Normal View History

2017-08-21 20:10:21 +02:00
---
2015-08-30 01:40:31 +02:00
language: php
2017-10-29 23:22:14 +01:00
php: 7.1
2017-08-21 20:46:56 +02:00
addons:
apt:
packages:
- language-pack-fr
2019-10-03 22:05:45 +02:00
install:
- composer install --no-progress
- yarn install
script:
- grunt lint
2019-10-03 22:38:48 +02:00
- grunt test