Set up travis

This commit is contained in:
Gary Wang 2020-11-01 09:17:21 -08:00
parent 28ae0d3336
commit 655fbcfa47
1 changed files with 5 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js: 12
dist: bionic
cache: yarn
script: yarn build