-
Notifications
You must be signed in to change notification settings - Fork 409
/
Copy path.travis.yml
28 lines (27 loc) · 928 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: ruby
jobs:
include:
- rvm: "3.2"
cache: bundler
dist: bionic
before_script:
- gem install faraday -v 1.0.1
- os: osx
# Broken ruby 3.2 workaround
osx_image: xcode11.4.1
before_install:
- rvm get stable && rvm reload && rvm install 3.2.5 --verify-downloads 1 --disable-install-doc -C --without-tcl,--without-tk,--without-gmp && rvm use 3.2.5 --default
- stage: deploy
if: repo = travis-ci/travis.rb and branch = master and type = push
dist: bionic
rvm: "3.2"
deploy:
provider: rubygems
api_key:
secure: KcBpkFaes74KGMm8X/rRA8e13+t3PmkefsAvOAR+iF4g1GyuLSPkP92Fb9vFfsXBph+qmFh5rNa2lIRf/3RXW6COxY7CMMaARxUfJOKE0rmIwF0qfKI+RZDh6abg92iYngunMZVN8WVft6Lv9ZTOYCWxr1Zs1Ll/Rl4PfvHNd1g=
gem: travis
edge: true
script:
- bundle exec rake
- gem build travis.gemspec
- gem install travis-*.gem