Move build.sh

This commit is contained in:
Samuel Shifterovich 2018-12-27 17:03:32 +01:00
parent 5ccb4ad879
commit c47370dde0
2 changed files with 1 additions and 5 deletions

View File

@ -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

0
.github/ci_build → build.sh Normal file → Executable file
View File