You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2020/11/17 08:18:58 UTC

[apisix] branch master updated: CI: remove travis. (#2773)

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

shuyangw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c4a3fd  CI: remove travis. (#2773)
1c4a3fd is described below

commit 1c4a3fd274d5d16d267429641be62d4fa022fb12
Author: Wen Ming <mo...@gmail.com>
AuthorDate: Tue Nov 17 16:16:29 2020 +0800

    CI: remove travis. (#2773)
---
 .travis.yml | 48 ------------------------------------------------
 1 file changed, 48 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index f5335b8..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-dist: bionic
-sudo: required
-
-matrix:
-  allow_failures:
-    - os: osx
-  include:
-    - os: osx
-      env: OSNAME=osx_openresty
-      cache:
-        directories:
-          - $HOME/Library/Caches/Homebrew
-          - /usr/local/Homebrew
-
-language: c
-
-addons:
-  apt:
-    packages:
-      - cpanminus
-      - build-essential
-      - libncurses5-dev
-      - libreadline-dev
-      - libssl-dev
-      - perl
-  homebrew:
-    update: true
-
-
-cache:
-  directories:
-    - build-cache
-
-before_cache:
-  - brew cleanup
-
-before_install:
-  - echo $OSNAME
-  - $PWD/.travis/${OSNAME}_runner.sh before_install
-
-install:
-  - $PWD/.travis/${OSNAME}_runner.sh do_install
-
-script:
-  - $PWD/.travis/${OSNAME}_runner.sh script
-
-after_success:
-  - $PWD/.travis/${OSNAME}_runner.sh after_success