From c73314331fe16ca4e69e9870cd0c549d555321d3 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Wed, 14 Oct 2015 16:54:23 -0600 Subject: [PATCH] remove CircleCI for OS X tests TravisCI handles it --- NotUsed.xcworkspace | 0 README.md | 2 +- circle.yml | 26 -------------------------- 3 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 NotUsed.xcworkspace delete mode 100644 circle.yml diff --git a/NotUsed.xcworkspace b/NotUsed.xcworkspace deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md index c497a0f..f63df78 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Cross platform: Windows, Linux, BSD and OS X. |Adapter |OS |Status | |----------|----------|----------| |inotify |Linux, Android\*|Supported [![Build Status](https://travis-ci.org/go-fsnotify/fsnotify.svg?branch=master)](https://travis-ci.org/go-fsnotify/fsnotify)| -|kqueue |BSD, OS X, iOS\*|Supported [![Circle CI](https://circleci.com/gh/go-fsnotify/fsnotify.svg?style=svg)](https://circleci.com/gh/go-fsnotify/fsnotify)| +|kqueue |BSD, OS X, iOS\*|Supported [![Build Status](https://travis-ci.org/go-fsnotify/fsnotify.svg?branch=master)](https://travis-ci.org/go-fsnotify/fsnotify)| |ReadDirectoryChangesW|Windows|Supported [![Build status](https://ci.appveyor.com/api/projects/status/ivwjubaih4r0udeh/branch/master?svg=true)](https://ci.appveyor.com/project/NathanYoungman/fsnotify/branch/master)| |FSEvents |OS X |[Planned](https://github.com/go-fsnotify/fsnotify/issues/11)| |FEN |Solaris 11 |[Planned](https://github.com/go-fsnotify/fsnotify/issues/12)| diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 204217f..0000000 --- a/circle.yml +++ /dev/null @@ -1,26 +0,0 @@ -## OS X build (CircleCI iOS beta) - -# Pretend like it's an Xcode project, at least to get it running. -machine: - environment: - XCODE_WORKSPACE: NotUsed.xcworkspace - XCODE_SCHEME: NotUsed - # This is where the go project is actually checked out to: - CIRCLE_BUILD_DIR: $HOME/.go_project/src/github.com/go-fsnotify/fsnotify - -dependencies: - pre: - - brew upgrade go - -test: - override: - - go test ./... - -# Idealized future config, eventually with cross-platform build matrix :-) - -# machine: -# go: -# version: 1.4 -# os: -# - osx -# - linux -- 2.50.1