Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f65a474ae647
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 751335c0c56d
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 23, 2016

  1. Copy the full SHA
    3dde65d View commit details
  2. Copy the full SHA
    751335c View commit details
Showing with 3 additions and 1 deletion.
  1. +1 −1 .travis.yml
  2. +2 −0 machine/include/capi/ruby/defines.h
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/9502afd22ca6c8e85fb3
on_success: change
on_success: always
on_failure: always
on_start: always
env:
2 changes: 2 additions & 0 deletions machine/include/capi/ruby/defines.h
Original file line number Diff line number Diff line change
@@ -32,4 +32,6 @@

#define HAVE_RB_INTEGER_PACK 1

#define HAVE_RB_BIG_PACK 1

#endif