]> go.fuhry.dev Git - fsnotify.git/commitdiff
remove CircleCI for OS X tests
authorNathan Youngman <git@nathany.com>
Wed, 14 Oct 2015 22:54:23 +0000 (16:54 -0600)
committerNathan Youngman <git@nathany.com>
Wed, 14 Oct 2015 22:54:23 +0000 (16:54 -0600)
TravisCI handles it

NotUsed.xcworkspace [deleted file]
README.md
circle.yml [deleted file]

diff --git a/NotUsed.xcworkspace b/NotUsed.xcworkspace
deleted file mode 100644 (file)
index e69de29..0000000
index c497a0fba415ba48bbd25028116617f900d87e41..f63df7835ebe2a2b9c5d3dd012c14c2d0cdfa3e1 100644 (file)
--- 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 (file)
index 204217f..0000000
+++ /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