chore: prep CI

This commit is contained in:
Travis Fischer
2021-01-19 18:07:36 -05:00
parent 56d87f9399
commit 8cd3e7e00a
2 changed files with 7 additions and 1 deletions

5
.travis.yml Normal file
View File

@@ -0,0 +1,5 @@
language: node_js
cache: yarn
node_js:
- 12
- 14

View File

@@ -22,7 +22,8 @@
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"test": "run-s test:*",
"test:lint": "eslint .",
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check"
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check",
"posttest": "run-s build"
},
"dependencies": {
"@google-cloud/firestore": "^4.8.1",