Added travis.

This commit is contained in:
2020-12-24 07:45:44 +11:00
parent d13c712be8
commit d378f3fe7f

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: nodejs
node_js:
- "14.7.0"
cache:
yarn: true
directories:
- node_modules
script:
- yarn test