forked from dry-rb/dry-transaction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
32 lines (32 loc) · 784 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
29
30
31
32
language: ruby
dist: trusty
sudo: false
cache: bundler
bundler_args: --without tools
before_install:
- gem update --system
- gem install bundler
script:
- bundle exec rake
after_success:
- '[ -d coverage ] && bundle exec codeclimate-test-reporter'
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- jruby-9.1.10.0
env:
global:
- JRUBY_OPTS='--dev -J-Xmx1024M'
- COVERAGE=true
addons:
code_climate:
repo_token: 2c92f1dc6b512f11d06153bcf2f3f5b507af6faa95b3319f559bae1a6bcb2c1a
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/19098b4253a72c9796db
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false