Skip to content

Commit

Permalink
[ci] Test on Linux ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jan 7, 2021
1 parent 0c831ee commit 1a1d9b1
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,26 @@ jobs:
- TEST=1
- BUILD_NAME=darwin-x64
- os: linux
node_js: 14
node_js: 10
arch: arm64
env:
- BUILD_NAME=linux-arm
- BUILD_SCRIPT=prebuild-linux-arm
if: tag is present
- TEST=1
- os: linux
node_js: 12
arch: arm64
env:
- TEST=1
- os: linux
node_js: 14
arch: arm64
env:
- TEST=1
- BUILD_NAME=linux-arm64
- os: linux
node_js: 14
env:
- BUILD_NAME=linux-arm
- BUILD_SCRIPT=prebuild-linux-arm
if: tag is present
script:
- if [ -n "$TEST" ]; then npm run test; fi
Expand Down

0 comments on commit 1a1d9b1

Please sign in to comment.