From 6dcf29cfbcba131ac21a603be173612fd48c1c11 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 5 Jul 2016 12:13:38 -0700 Subject: Update ruby versions in AV and remove branch builds Signed-off-by: Tim Smith --- .travis.yml | 1 - appveyor.yml | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9980eb3d..44bc1b37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ sudo: false branches: only: - master - - 7.4-stable before_install: - gem update --system diff --git a/appveyor.yml b/appveyor.yml index 5b4410bf..a63d3c29 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,9 +6,9 @@ platform: environment: matrix: - - ruby_version: "200" - ruby_version: "21" - ruby_version: "22" + - ruby_version: "23" clone_folder: c:\projects\ohai clone_depth: 1 @@ -16,8 +16,6 @@ skip_tags: true branches: only: - master - - 8-stable - - 7.4-stable install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% -- cgit v1.2.1