Create .travis.yml
This commit is contained in:

committed by
GitHub

parent
a7a00a69a0
commit
603b4e19f0
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
language: ruby
|
||||||
|
rvm:
|
||||||
|
- 2.4.1
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- chmod +x ./script/cibuild # or do this locally and commit
|
||||||
|
|
||||||
|
# Assume bundler is being used, therefore
|
||||||
|
# the `install` step will run `bundle install` by default.
|
||||||
|
script: ./script/cibuild
|
||||||
|
|
||||||
|
|
||||||
|
sudo: false # route your build to the container-based infrastructure for a faster build
|
||||||
|
|
||||||
|
cache: bundler # caching bundler gem packages will speed up build
|
||||||
|
|
||||||
|
# Optional: disable email notifications about the outcome of your builds
|
||||||
|
notifications:
|
||||||
|
email: false
|
Reference in New Issue
Block a user