Skip to content

Commit

Permalink
Add our tiny suite of specs to travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Oct 30, 2014
1 parent ad8f110 commit 5690c3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,7 @@ env:
- TARGET='-Prake -Dtask=spec:ffi'
- TARGET='-Prake -Dtask=spec:regression'
- TARGET='-Prake -Dtask=spec:ci_interpreted_travis'
- TARGET='-Prake -Dtask=spec:jruby'
- TARGET='-Ptruffle-specs-language'
- TARGET='-Ptruffle-specs-core'

Expand Down
4 changes: 4 additions & 0 deletions rakelib/rspec.rake
Expand Up @@ -55,4 +55,8 @@ namespace :spec do
permute_specs "regression", compile_flags do |t|
t.pattern = 'spec/regression/**/*_spec.rb'
end

permute_specs "jruby", compile_flags do |t|
t.pattern = 'spec/jruby/**/*_spec.rb'
end
end

0 comments on commit 5690c3f

Please sign in to comment.