You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2023/01/24 21:20:33 UTC

[datasketches-website] branch remove-travis created (now 579b1a66)

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

jmalkin pushed a change to branch remove-travis
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


      at 579b1a66 Delete .travis.yml

This branch includes the following new commits:

     new 579b1a66 Delete .travis.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[datasketches-website] 01/01: Delete .travis.yml

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch remove-travis
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git

commit 579b1a6611bcfb4297df9cda22b560bed8e347d2
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Tue Jan 24 13:20:29 2023 -0800

    Delete .travis.yml
    
    Using jekyll via .asf.yaml to generate the site. This is unneeded, and Apache is moving away from Travis
---
 .travis.yml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 146bdc9a..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,25 +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.
-
-language: ruby
-
-before install:
-  - gem update --system
-  - gem install bundler -v '2.0.2'
-
-rvm:
-- 2.5
-
-script: "bundle exec jekyll build"
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org