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: a585b6dde11b
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 88a2179cf583
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 18, 2015

  1. Copy the full SHA
    b5a83fa View commit details
  2. Copy the full SHA
    88a2179 View commit details
Showing with 2 additions and 0 deletions.
  1. +1 −0 .travis.yml
  2. +1 −0 rakelib/package.rake
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@ notifications:
- "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"
env:
- RVM=2.0.0 LANG="en_US.UTF-8"
- RVM=rbx-2 LANG="en_US.UTF-8"
os:
- linux
- osx
1 change: 1 addition & 0 deletions rakelib/package.rake
Original file line number Diff line number Diff line change
@@ -42,6 +42,7 @@ namespace :package do

desc "Build a binary package for Homebrew"
task :homebrew do
ENV["LDFLAGS"] = "-Wl,-macosx_version_min,10.8"
version = BUILD_CONFIG[:version]
homebrew_package = "rubinius-#{version}"
prefix = "/#{homebrew_package}"