blob: ba6692708357e5408652819ae36dcc4bef7786da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
sudo: false
dist: trusty
language: node_js
node_js: 8.11
cache:
directories:
- node_modules
addons:
firefox: latest
chrome: latest
install:
- npm install -g bower
- npm install
- bower install
|