You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/08/26 17:02:50 UTC

[accumulo-website] branch main updated: Make bundler executable name consistent in CI

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new cc862a7  Make bundler executable name consistent in CI
cc862a7 is described below

commit cc862a7422595da2d0564ddbaff340f155be7d4b
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Aug 26 13:01:55 2020 -0400

    Make bundler executable name consistent in CI
    
    Remove travis config file
---
 .github/workflows/jekyll.yaml | 2 +-
 .travis.yml                   | 9 ---------
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/.github/workflows/jekyll.yaml b/.github/workflows/jekyll.yaml
index d5f9332..2985062 100644
--- a/.github/workflows/jekyll.yaml
+++ b/.github/workflows/jekyll.yaml
@@ -46,7 +46,7 @@ jobs:
         ruby --version
         gem install bundler
         bundle config path ~/vendor/bundle
-        bundler install --jobs 4 --retry 3
+        bundle install --jobs 4 --retry 3
         bundle exec jekyll build
     - name: Upload site
       uses: actions/upload-artifact@v2
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index bd4eac4..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-language: ruby
-rvm:
-  - 2.6
-branches:
-  except:
-    - asf-site
-    - asf-staging
-cache: bundler
-script: ./_devtools/cibuild