From c47370dde0992e29fa981b782a3afa4537940b60 Mon Sep 17 00:00:00 2001 From: Samuel Shifterovich Date: Thu, 27 Dec 2018 17:03:32 +0100 Subject: [PATCH] Move build.sh --- .travis.yml | 6 +----- .github/ci_build => build.sh | 0 2 files changed, 1 insertion(+), 5 deletions(-) rename .github/ci_build => build.sh (100%) mode change 100644 => 100755 diff --git a/.travis.yml b/.travis.yml index 0c608e75..e69de1c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,9 @@ language: ruby rvm: - 2.4.1 -before_script: - - chmod +x ./.github/ci_build # or do this locally and commit - # Assume bundler is being used, therefore # the `install` step will run `bundle install` by default. -script: ./.github/ci_build - +script: ./build.sh sudo: false # route your build to the container-based infrastructure for a faster build diff --git a/.github/ci_build b/build.sh old mode 100644 new mode 100755 similarity index 100% rename from .github/ci_build rename to build.sh