mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
Travis-CI
This commit is contained in:
parent
5973e06b12
commit
902bf9e12f
2 changed files with 8 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
rvm:
|
||||
- jruby-18mode
|
||||
- jruby-19mode
|
||||
branches:
|
||||
only:
|
||||
- master
|
2
Rakefile
2
Rakefile
|
@ -9,3 +9,5 @@ end
|
|||
|
||||
require 'rspec/core/rake_task'
|
||||
RSpec::Core::RakeTask.new
|
||||
|
||||
task :default => :spec
|
||||
|
|
Loading…
Reference in a new issue