Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Travis: Build x64 only
Browse files Browse the repository at this point in the history
  • Loading branch information
margau committed Jul 13, 2019
1 parent 65f0c00 commit c93ac93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ script:
- npm run test

after_success:
- pkg package.json --targets node12-win-x64,node12-win-x86,node12-linux-x64,node12-macos-x64 --out-path executable
- pkg package.json --targets node12-win-x64,node12-linux-x64,node12-macos-x64 --out-path executable
- pkg package.json --targets node12-linux-armv7 --no-bytecode --out-path executable

deploy:
Expand Down

0 comments on commit c93ac93

Please sign in to comment.