You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by wa...@apache.org on 2019/09/01 22:39:48 UTC

[dubbo-website] branch master updated: add travis support (#468)

This is an automated email from the ASF dual-hosted git repository.

wangxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 86373db  add travis support (#468)
86373db is described below

commit 86373db0df905fae594bc9853e5dc12b359850a3
Author: Huang YunKun <ht...@gmail.com>
AuthorDate: Mon Sep 2 06:39:43 2019 +0800

    add travis support (#468)
---
 .travis.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..19329cf
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: node_js
+
+node_js:
+  - 8
+
+install:
+  - npm install
+
+script:
+  - npm run build
\ No newline at end of file