summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 912b1520d9745580bafedc67157b7e3a9b84cdca (plain)
1
2
3
4
5
6
7
8
9
10
11
language: node_js
node_js:
  - "node"
sudo: false
dist: trusty
addons:
  chrome: stable
install:
  - yarn install
script:
  - yarn test