Skip to content

Commit 2214451

Browse files
committed
Do meaningful stuff on Travis
1 parent cf84481 commit 2214451

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: ruby
2+
rvm:
3+
- jruby-19mode
4+
script: make && bundle exec rake package && gem install pkg/jruby-launcher-*-java.gem
5+
after_script: jruby -Xversion

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'rake'
4+
gem 'rspec'

0 commit comments

Comments
 (0)