Skip to content

Commit

Permalink
chore: fix travis publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiopcc committed Mar 10, 2020
1 parent b2be552 commit 716bf7f
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 @@ -22,7 +22,7 @@ install:
- npm ci

after_success:
- if [[ "$TRAVIS_NODE_VERSION" == "10" ]]; then npm run binary:pack && npm run binary:publish; fi
- if [[ "$TRAVIS_NODE_VERSION" == "12" ]]; then npm run binary:pack && npm run binary:publish; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_NODE_VERSION" == "12" ]]; then TARGET_ARCH=arm npm run cross && TARGET_ARCH=arm npm run binary:publish; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_NODE_VERSION" == "12" ]]; then TARGET_ARCH=arm64 npm run cross && TARGET_ARCH=arm64 npm run binary:publish; fi

Expand Down

0 comments on commit 716bf7f

Please sign in to comment.