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