From 0cbd8ce705deec69aff9faf270dbdfd31019c84d Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 13 Feb 2019 22:48:39 -0800 Subject: [PATCH] Move the issue template to the .github directory No need for this in the root Signed-off-by: Tim Smith --- ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 0 .travis.yml | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/.travis.yml b/.travis.yml index 75d0ae750..4ba96baa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,13 @@ matrix: include: - rvm: 2.3.8 bundler_args: "--without integration tools maintenance deploy" - env: LINT_AND_TEST_23: 1 + env: UNIT_23=1 - rvm: 2.4.5 bundler_args: "--without integration tools maintenance deploy" - env: LINT_AND_TEST_24: 1 + env: UNIT_24=1 - rvm: 2.5.3 bundler_args: "--without integration tools maintenance deploy" - env: LINT_AND_TEST_25: 1 + env: UNIT_25=1 #- rvm: 2.6.1 # this needs a few fixes to get enabled # bundler_args: "--without integration tools maintenance deploy" # env: LINT_AND_TEST_26: 1