From 820ad6ddd0a97a2f720e8691566040e9fa6e0ca6 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Tue, 25 Apr 2017 16:59:56 -0700 Subject: [PATCH] Update the CI to the new ruby version (#71) --- CI/build.sh | 4 ++++ CI/exclude-from-build.json | 3 +++ 2 files changed, 7 insertions(+) create mode 100755 CI/build.sh create mode 100644 CI/exclude-from-build.json diff --git a/CI/build.sh b/CI/build.sh new file mode 100755 index 000000000..058cef054 --- /dev/null +++ b/CI/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -eo pipefail + +./build.sh all \ No newline at end of file diff --git a/CI/exclude-from-build.json b/CI/exclude-from-build.json new file mode 100644 index 000000000..ea893f007 --- /dev/null +++ b/CI/exclude-from-build.json @@ -0,0 +1,3 @@ +[ + "^plans" +] \ No newline at end of file