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

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


The following commit(s) were added to refs/heads/master by this push:
     new a0275fb8 ASF no longer using Travis
a0275fb8 is described below

commit a0275fb80575dd65c3f5dde75aed1cee238200ea
Author: Sebb <[email protected]>
AuthorDate: Thu Jan 5 12:10:55 2023 +0000

    ASF no longer using Travis
---
 .travis-off.yml | 55 -------------------------------------------------------
 1 file changed, 55 deletions(-)

diff --git a/.travis-off.yml b/.travis-off.yml
deleted file mode 100644
index ec13e300..00000000
--- a/.travis-off.yml
+++ /dev/null
@@ -1,55 +0,0 @@
-########################################################################
-#                           Test definition                            #
-########################################################################
-
-# list of Gemfiles associated with tools to be tested
-gemfile:
-  - www/board/agenda/Gemfile
-
-########################################################################
-#                           VM Configuration                           #
-########################################################################
-
-language: ruby
-rvm: # http://rubies.travis-ci.org/
-  - 2.7
-
-os:
-  - linux
-  - osx
-
-dist: focal
-
-# add subversion on Linux and OSX
-addons:
-  apt:
-    packages:
-    - subversion
-  homebrew:
-    packages:
-    - subversion
-    - subversion-tools
-
-
-# install recent Node.js
-# Cannot use version 15 or later; causes hang
-before_install:
-  - nvm install 14
-
-# configure ASF LDAP
-sudo: required
-before_script:
-  - export rvmsudo_secure_path=1
-  - rvmsudo ruby -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
-
-########################################################################
-#                             Notification                             #
-########################################################################
-
-# where to send notifications
-notifications:
-  email:
-  - [email protected]
-
-# N.B. builds are at:
-# https://travis-ci.org/apache/whimsy/builds

Reply via email to