mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: add empty lines for readability [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6716bca67b
commit
eea3536e67
1 changed files with 6 additions and 0 deletions
|
@ -17,9 +17,13 @@
|
||||||
# is also a good place to look at.
|
# is also a good place to look at.
|
||||||
|
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
osx_image: xcode10.1
|
osx_image: xcode10.1
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
config:
|
config:
|
||||||
|
@ -48,9 +52,11 @@ addons:
|
||||||
- libffi
|
- libffi
|
||||||
- openssl@1.1
|
- openssl@1.1
|
||||||
- zlib
|
- zlib
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- "CONFIGURE_TTY=no"
|
- "CONFIGURE_TTY=no"
|
||||||
|
|
||||||
.org.ruby-lang.ci.matrix-definitions:
|
.org.ruby-lang.ci.matrix-definitions:
|
||||||
|
|
||||||
- &cron-only
|
- &cron-only
|
||||||
|
|
Loading…
Reference in a new issue