Skip to content

Commit d496e0a

Browse files
committed
Use travis for CI
1 parent ec831a7 commit d496e0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)