Skip to content

Commit

Permalink
Test on ARM.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Nov 14, 2020
1 parent 60ecddd commit 1c78525
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 32 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
@@ -1,8 +1,11 @@
sudo: false
language: node_js
node_js:
- "15"
- "14"
- "12"
- "15"
- "14"
- "12"
arch:
- "amd64"
- "arm64"
after_success:
- "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
- "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions package.json
Expand Up @@ -36,8 +36,8 @@
"lodash": "4.17.20"
},
"devDependencies": {
"@google-cloud/logging": "^8.0.9",
"@types/node": "^14.14.6",
"@google-cloud/logging": "^8.1.0",
"@types/node": "^14.14.7",
"bunyan": "^1.8.14",
"capture-console": "^1.0.1",
"chai": "^4.2.0",
Expand All @@ -52,6 +52,15 @@
"typescript": "^4.0.5",
"winston": "^3.3.3"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 4,
"semi": false,
"singleQuote": false,
"arrowParens": "always",
"bracketSpacing": false,
"printWidth": 250
},
"nyc": {
"reporter": "lcov",
"temp-dir": "./coverage"
Expand Down

0 comments on commit 1c78525

Please sign in to comment.