Multiarch travis

This commit is contained in:
Travis Shivers 2020-07-23 15:58:44 -05:00
parent 039e330a58
commit ffffc0ac3a
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,14 @@ node_js:
- node
- lts/*
arch:
- amd64
- ppc64le
- s390x
- arm64
os: linux # different CPU architectures are only supported on Linux
script:
- npm run lint
- npm run build