1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-26 07:29:06 +02:00
alltube/.travis.yml
2019-10-03 22:39:22 +02:00

14 lines
200 B
YAML

---
language: php
php: 7.1
addons:
apt:
packages:
- language-pack-fr
install:
- composer install --no-progress
- yarn install
script:
- grunt lint
- grunt test