Skip to content

Commit 8923af0

Browse files
committed
Add Travis config.
1 parent b589c16 commit 8923af0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: ruby
2+
bundler_args: --without debug
3+
script: "bundle exec rspec spec"
4+
before_install:
5+
- 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
6+
- 'gem update bundler --conservative'
7+
env:
8+
- CI=true
9+
rvm:
10+
- 2.2.2
11+
- 2.3
12+
- 2.4
13+
- 2.5
14+
- 2.6
15+
- jruby
16+
- rbx-3
17+
cache: bundler
18+
sudo: false
19+
matrix:
20+
allow_failures:
21+
- rvm: jruby
22+
- rvm: rbx-3
23+
dist: trusty

0 commit comments

Comments
 (0)