You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/12/18 18:11:54 UTC

[incubator-skywalking-website] branch asf-site updated: Create .travis.yml

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

wusheng pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 22dac3f  Create .travis.yml
22dac3f is described below

commit 22dac3fd478eea043e51463381eaad2313b85807
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Dec 18 10:11:50 2018 -0800

    Create .travis.yml
---
 .travis.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..867b6eb
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+sudo: required
+
+language: node_js
+node_js:
+  - "iojs"
+  - "7"
+
+install:
+  - npm run clean
+  - npm run build