forked from prismicio-community/ruby-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (30 loc) · 762 Bytes
/
.travis.yml
File metadata and controls
30 lines (30 loc) · 762 Bytes
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
29
30
language: ruby
rvm:
- 2.6
- 2.5
cache: bundler
before_install: gem install bundler
script: bundle exec rspec spec
jobs:
include:
- rvm: jruby-head
before_install:
- gem install bundler -v 2.1.4 -N
install:
- bundle _2.1.4_ install --jobs=3 --retry=3 --deployment
script:
- bundle _2.1.4_ exec rspec spec
notifications:
email:
- sebastien@prismic.io
- fares.droubi@prismic.io
deploy:
provider: rubygems
api_key:
secure: F/k9ZOYNaWIPQQiBAikbFCwNK4oph4+sZbH6aIXdbi6q+GXQEe1m59z3zqJovxbvZfoqs5ohCY1R352+R280iBRTRq/0Cxcl7ouSHqU9aKwGAYoLfB1mbWVdjykqMlP5k1bYWDi8WyJEjYxRTEkO6hXUAp3q7Qj1AbqHQUFbSdY=
gem: prismic.io
gemspec: prismic.gemspec
on:
tags: true
repo: prismicio-community/ruby-kit
skip_cleanup: 'true'