From ce34fbbca079fbf9b1ba0506c910c3cc2dd80a3d Mon Sep 17 00:00:00 2001 From: Samuel Shifterovich Date: Thu, 27 Dec 2018 16:41:40 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e2757709..da862775 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,11 @@ rvm: - 2.4.1 before_script: - - chmod +x ./script/cibuild # or do this locally and commit + - 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: ./script/cibuild +script: ./.github/ci_build sudo: false # route your build to the container-based infrastructure for a faster build