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 2018/10/17 02:45:27 UTC

[accumulo-website] branch master updated: Update travis

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 45112e5  Update travis
45112e5 is described below

commit 45112e5a352f2e5087f9e99fe2c3720ce855cb5d
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Oct 16 22:44:15 2018 -0400

    Update travis
---
 .travis.yml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 15c8296..9fcd90c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,8 @@
 language: ruby
 rvm:
-  - 2.2
+  - 2.5
 branches:
   except:
     - asf-site
-notifications:
-  irc:
-    channels:
-      - "chat.freenode.net#accumulo"
-    use_notice: true
-    on_success: change
-    on_failure: always
-    template:
-      - "%{result} %{repository_slug} %{branch} (%{build_url}): %{message}"
 cache: bundler
 script: ./_devtools/cibuild