Skip to content

Commit 3ef4ac4

Browse files
committed
adding .travis.yml
1 parent c2e5642 commit 3ef4ac4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
sudo: false
2+
language: ruby
3+
cache: bundler
4+
rvm:
5+
- jruby-1.7.23
6+
script:
7+
- bundle exec rspec spec

0 commit comments

Comments
 (0)