From bbc089c09b3e28b01795afaeb14c8490da472d7c Mon Sep 17 00:00:00 2001 From: Matt Wrock Date: Sat, 17 Sep 2016 09:38:30 -0700 Subject: [PATCH] bump travis rubies to the modern age and only test once --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77e6a2bf..9f29a62b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: ruby rvm: - - 2.2 - - 2.1 - - 2.0.0 + - 2.3.1 + - 2.2.5 - ruby-head bundler_args: --without guard @@ -14,6 +13,10 @@ matrix: allow_failures: - rvm: ruby-head +branches: + only: + - master + notifications: irc: "chat.freenode.net#kitchenci"