You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by va...@apache.org on 2021/09/27 19:02:15 UTC

[couchdb-recon] 13/21: Remove .travis.yml

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

vatamane pushed a commit to tag 2.5.2
in repository https://gitbox.apache.org/repos/asf/couchdb-recon.git

commit 1a0833f791b3ae1676c7085a36fa31196f0ed2c6
Author: vkatsuba <v....@gmail.com>
AuthorDate: Mon May 10 18:57:36 2021 +0300

    Remove .travis.yml
    
    CI was moved to GitHub Actions, looks like no make sense keep Travis
---
 .travis.yml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index e1661f6..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-sudo: false
-language: erlang
-otp_release:
-  - 23.0
-  - 22.0
-  - 21.0
-  - 20.0
-  - 19.3
-  - 18.3
-script: "wget https://s3.amazonaws.com/rebar3/rebar3 && escript rebar3 do edoc, eunit, ct"
-branches:
-  only:
-    - master
-notifications:
-  email:
-    - mononcqc@ferd.ca