From 3a11981f06edfd9150a0bfab2c590fa61a7e4c5f Mon Sep 17 00:00:00 2001 From: "Rodney Littles, II" Date: Wed, 10 Oct 2018 09:24:56 -0500 Subject: [PATCH] (build) Removed Travis CI build --- .travis.yml | 19 ------------------- README.md | 1 - 2 files changed, 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d6d8e96..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: csharp - -os: - - osx - -# Ubuntu 14.04 -sudo: required -dist: trusty - -# OS X 10.12 -osx_image: xcode9.2 - -mono: - - 4.4.2 - -dotnet: 2.1.4 - -script: - - ./build.sh --verbosity diagnostic \ No newline at end of file diff --git a/README.md b/README.md index 48eb23a..4355500 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ Cake addin that extends Cake with support for fastlane tools. | Build server | Platform | Dev | Master | |-----------------------------|--------------|--------------|---------------------------------------------------------------------------------------------------------------------------| | AppVeyor | Windows | [![Build status](https://ci.appveyor.com/api/projects/status/bvxpbhtyrhr88bfj/branch/dev?svg=true)](https://ci.appveyor.com/project/RLittlesII/cake-fastlane/branch/dev) | [![Build status](https://ci.appveyor.com/api/projects/status/bvxpbhtyrhr88bfj/branch/master?svg=true)](https://ci.appveyor.com/project/RLittlesII/cake-fastlane/branch/master) | -| TravisCI | OS X | [![Build Status](https://travis-ci.org/RLittlesII/Cake.Fastlane.svg?branch=dev)](https://travis-ci.org/RLittlesII/Cake.Fastlane) | [![Build Status](https://travis-ci.org/RLittlesII/Cake.Fastlane.svg?branch=master)](https://travis-ci.org/RLittlesII/Cake.Fastlane) | | Azure Pipelines | OS X | [![Build Status](https://dev.azure.com/rlittlesii/Cake.Fastlane/_apis/build/status/Cake.Fastlane)](https://dev.azure.com/rlittlesii/Cake.Fastlane/_build/latest?definitionId=1) | | ## Information