You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2021/06/17 07:36:30 UTC

[dubbo-js] branch master updated: Delete .travis.yml

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

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


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

commit ccd80c93dd2ed017d7c05a62429765e38a1f2ee8
Author: 胡锋 <fe...@gmail.com>
AuthorDate: Thu Jun 17 15:36:20 2021 +0800

    Delete .travis.yml
---
 .travis.yml | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 3f63bbe..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License
-
-dist: bionic
-language: node_js
-
-node_js:
-  - node
-
-before_install:
-  - npm install -g lerna
-
-install: 
-  - lerna bootstrap
-
-script:
-  - yarn test
\ No newline at end of file