8000 Add C++11 keywords by jwillemsen · Pull Request #195 · rubychan/coderay · GitHub
[go: up one dir, main page]

Skip to content
8000

Add C++11 keywords #195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 2, 2016
Prev Previous commit
Next Next commit
Allow failures with jruby 18 and 19 mode, RedCloth has a known proble…
  • Loading branch information
jwillemsen committed May 27, 2016
commit 2bce2ac91ad7994f9ead130387c8b24905853064
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ rvm:
- 2.2
- 2.3.0
- ruby-head
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-18mode
- rbx-19mode
Expand All @@ -24,5 +22,7 @@ matrix:
- rvm: jruby-head
- rvm: rbx-18mode
- rvm: rbx-19mode
- rvm: jruby-18mode
- rvm: jruby-19mode
script: "rake test" # test:scanners"
sudo: false
0