Skip to content

Commit 3e8ff37

Browse files
committed
Merge pull request #3 from tgxworld/add_travis_configuration
Add Travis configuration file.
2 parents d5bd2d9 + 395f672 commit 3e8ff37

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)