-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for ARM architecture (#38)
* Add support for ARM architecture * Test arm64 on travis * Check for arm64 Co-authored-by: Aldo D'Aquino <[email protected]>
- Loading branch information
1 parent
ac9c7ad
commit 2e9b775
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
os: | ||
- osx | ||
- linux | ||
- osx | ||
- linux | ||
|
||
arch: | ||
- amd64 | ||
- arm64 | ||
|
||
language: node_js | ||
node_js: | ||
- node | ||
- 12 | ||
- 10 | ||
after_success: npm run coveralls | ||
- node | ||
- 12 | ||
- 10 | ||
|
||
after_success: npm run coveralls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters