Skip to content

Commit

Permalink
ci: fix macOS prebuild binaries
Browse files Browse the repository at this point in the history
Fixes: #39
  • Loading branch information
addaleax committed Jun 25, 2017
1 parent 772e8d7 commit 0cc0000
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 @@ -54,4 +54,4 @@ after_success:
- if [ -n "$DO_COVERAGE" ]; then coveralls-merge coverage/jsfiles.json coverage/cppfiles.json; fi
# publish for node-pre-gyp
- node-pre-gyp package
- if [ -n "$TRAVIS_TAG" -a $CXX = "g++-4.9" ]; then echo 'put build/stage/lzma-native/* uploads/lzma-native/' |sftp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -b- -i .travis.id_rsa node-pre-gyp@entless.org; fi
- if [ -n "$TRAVIS_TAG" ] && ([ $CXX = "g++" ] || [ $CXX = "g++-4.9" ]); then echo 'put build/stage/lzma-native/* uploads/lzma-native/' |sftp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -b- -i .travis.id_rsa node-pre-gyp@entless.org; fi

0 comments on commit 0cc0000

Please sign in to comment.