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: crystal-lang/crystal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 46fd4aca14d4
Choose a base ref
...
head repository: crystal-lang/crystal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a068d41e18f7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 16, 2017

  1. Avoid redundant builds of OSX with xcode7.3

    xcode7.3 is now the default OS X version in TravisCI, so we're
    building the project twice with the same configuration
    
    See https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version
    matiasgarciaisaia committed Feb 16, 2017

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    09bb1fe View commit details

Commits on Feb 17, 2017

  1. Merge pull request #4043 from matiasgarciaisaia/redundant-osx-builds

    Avoid redundant builds of OSX with xcode7.3
    matiasgarciaisaia authored Feb 17, 2017

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    a068d41 View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 .travis.yml
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -10,8 +10,6 @@ matrix:
- env: ARCH=x86_64 ARCH_CMD=linux64 DEPLOY=true
os: linux
- os: osx
- os: osx
osx_image: xcode7.3
before_install:
- bin/ci prepare_system
install: