aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 85d1dd55aab93e7946f0d525df8f653ee4e8caa2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: "node_js"
node_js:
  - "8"

cache:
  directories:
    - "node_modules"

install:
  - npm install

script:
  - npm run-script test