Skip to content

Commit ed268a9

Browse files
committed
Add basic .travis.yml
1 parent 4be0624 commit ed268a9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: ruby
2+
rvm:
3+
- 1.8.7
4+
- 1.9.3
5+
- 2.0.0
6+
- 2.1
7+
- 2.2
8+
- jruby-18mode
9+
- jruby-19mode
10+
- rbx
11+
12+
script: bundle exec rspec
13+
bundler_args: --without development

0 commit comments

Comments
 (0)