Skip to content

Commit 395f672

Browse files
committed
Add Travis configuration file.
1 parent d5bd2d9 commit 395f672

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sudo: false
2+
cache: bundler
3+
rvm:
4+
- 1.9.3
5+
- 2.0.0
6+
- 2.1
7+
- 2.2
8+
- jruby
9+
- ruby-head
10+
matrix:
11+
fast_finish: true

0 commit comments

Comments
 (0)