aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: c8d4d78cfcfab68a02e089545c08ebf2c60b62f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
language: node_js
sudo: false
node_js:
  - 10
cache: yarn
install:
  - cd scripts && yarn && cd ..
script:
  - cd scripts && yarn verify-all