Skip to content

Commit 9ffcadf

Browse files
committed
Test arm64 on travis
1 parent bde52c7 commit 9ffcadf

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.travis.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
os:
2-
- osx
3-
- linux
2+
- osx
3+
- linux
4+
5+
arch:
6+
- amd64
7+
- arm64
48

59
language: node_js
610
node_js:
7-
- node
8-
- 12
9-
- 10
10-
after_success: npm run coveralls
11+
- node
12+
- 12
13+
- 10
14+
15+
after_success: npm run coveralls

0 commit comments

Comments
 (0)