aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 0620039645589619778fd5310d43c14241bd7dbc (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.1

cache:
  directories:
    - node_modules

addons:
  firefox: latest
  chrome: latest

install:
  - npm install bower
  - bower install