Update .travis.yml
This commit is contained in:
parent
603b4e19f0
commit
ce34fbbca0
@ -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
|
||||
|
Reference in New Issue
Block a user