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: 76b4f2d370d9
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: 2fea1fd18bd4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 8, 2017

  1. Allow OSX failures on Travis CI

    Sija committed Jun 8, 2017
    Copy the full SHA
    7eabdcf View commit details

Commits on Jun 29, 2017

  1. Merge pull request #4528 from Sija/remove-osx-from-travis-ci

    Allow OSX failures on Travis CI
    matiasgarciaisaia authored Jun 29, 2017
    Copy the full SHA
    2fea1fd View commit details
Showing with 3 additions and 1 deletion.
  1. +3 −1 .travis.yml
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ dist: trusty
services:
- docker
matrix:
fast_finish: true
include:
- env: ARCH=i386 ARCH_CMD=linux32
os: linux
@@ -12,7 +13,8 @@ matrix:
- os: osx
- os: osx
osx_image: xcode8.2
fast_finish: true
allow_failures:
- os: osx
before_install:
- bin/ci prepare_system
install: