You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by qi...@apache.org on 2020/12/03 12:40:30 UTC

[skywalking-rocketbot-ui] branch master updated: build: Delete .travis.yml (#392)

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

qiuxiafan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 220928b  build: Delete .travis.yml (#392)
220928b is described below

commit 220928b0bf680b22abcfea4e5f9a040ed4ea615c
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Dec 3 20:40:22 2020 +0800

    build: Delete .travis.yml (#392)
---
 .travis.yml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 557edf3..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-language: node_js
-
-node_js:
-  - "8"
-
-env:
-  matrix:
-    - TEST_TYPE=build
-
-
-install:
-  - npm install
-
-script:
-  - npm run build