You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/04/10 21:39:13 UTC

[whimsy] branch master updated: drop OS/X for now

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 6626f59  drop OS/X for now
6626f59 is described below

commit 6626f59beee49a7c187d451d4f1c4e1bef9c4c1f
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Apr 10 17:38:03 2018 -0400

    drop OS/X for now
    
    - only issues we have ever seen on OS/X are due to travis.
    - we can revisit should an OS/X specific regression that would have been
      caught by this test suite ever come up.
---
 .travis.yml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b50c419..6cb14e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,29 +6,15 @@
 gemfile:
   - www/board/agenda/Gemfile
 
-# platforms to test on
-os:
-  - osx
-  - linux
-dist: trusty
-
 ########################################################################
 #                           VM Configuration                           #
 ########################################################################
 
-# Ruby version 2.4.0 (see comments as to why not 2.4.1)
 language: ruby
 rvm: # http://rubies.travis-ci.org/
   - 2.4
   - 2.5
 
-# Skip Ruby 2.4 on OS/X due to occasional hangs and
-# https://github.com/travis-ci/travis-ci/issues/7848
-matrix:
-  exclude:
-  - rvm: 2.4
-    os: osx
-
 # add subversion on Linux
 addons:
   apt:

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.