Clean up travis.yml

This commit is contained in:
Nathan Bierema 2021-06-13 17:01:05 -04:00
parent fa66432cdc
commit 13cb7a154d

View File

@ -1,11 +1,6 @@
sudo: false
language: node_js language: node_js
node_js: node_js:
- 'stable' - 'stable'
cache:
yarn: true
directories:
- 'node_modules'
script: script:
- yarn build:all - yarn build:all
- yarn lint:all - yarn lint:all