diff --git a/.travis.yml b/.travis.yml index 8809142b..8e677a56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ language: node_js node_js: - 'node' +cache: + directories: + - cache/ + sudo: false branches: @@ -11,6 +15,14 @@ branches: install: - npm ci + - git clone https://github.com/DefinitelyTyped/DefinitelyTyped ../DefinitelyTyped + +script: + - npm tes + - npm run build + - npm run clean + - npm run parse + - npm run check git: depth: 1