1
0
mirror of https://github.com/flarum/core.git synced 2025-02-24 03:05:12 +01:00
php-flarum/ember/.travis.yml

21 lines
245 B
YAML

---
language: node_js
sudo: false
cache:
directories:
- node_modules
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
install:
- npm install -g bower
- npm install
- bower install
script:
- npm test