forked from deivid-rodriguez/byebug
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
54 lines (42 loc) · 853 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
sudo: false
cache:
directories:
- vendor/bundle
language: ruby
install:
- gem update --system --no-document || test true
- gem install bundler --no-document || test true
- bundle install --jobs 3 --retry 3
before_script:
- git config --local user.email '[email protected]'
- git config --local user.name 'Travis CI'
script:
- bundle exec rake clobber compile test sign_hooks overcommit
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- ruby-head
env:
- CC=gcc
- CC=clang
matrix:
allow_failures:
- rvm: ruby-head
- rvm: 2.0.0
fast_finish: true
notifications:
email:
on_success: change
on_failure: change
addons:
code_climate:
repo_token: 02530029b1e956220f05076c590b84b9ab078362c9083312eb2ad41cab138408
apt:
sources:
- debian-sid
packages:
- indent
- shellcheck