aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: c12ad46db59247d7f6758110d3b79e321959ac9f (plain)
1
2
3
4
5
6
7
8
9
10
11
language: node_js
node_js:
  - "node"
sudo: false
cache:
  directories:
    - "node_modules"
install:
  - npm install
script:
  - npm test