You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/01/14 02:21:06 UTC

[rocketmq-client-nodejs] Diff for: [GitHub] ShannonDing closed pull request #5: chore(.travis.yml): add NODE_ROCKETMQ_REGISTRY env var

diff --git a/.travis.yml b/.travis.yml
index 3ced58e..c7d31e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
 language: node_js
 
 node_js: 10
+env:
+  NODE_ROCKETMQ_REGISTRY=https://opensource-rocketmq-client-us.oss-us-west-1.aliyuncs.com/
 
 before_script:
   - wget http://us.mirrors.quenda.co/apache/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip


With regards,
Apache Git Services