mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 11:05:56 +00:00
drop travis config for CI builds (#2067)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Build and test with .NET Core
|
||||
name: CI Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
-26
@@ -1,26 +0,0 @@
|
||||
language: csharp
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: xenial
|
||||
sudo: required
|
||||
dotnet: 2.2
|
||||
- os: osx
|
||||
osx_image: xcode8.3
|
||||
dotnet: 2.2.402
|
||||
|
||||
branches:
|
||||
only:
|
||||
- "master"
|
||||
|
||||
before_script:
|
||||
- if test "$TRAVIS_OS_NAME" == "osx"; then export FrameworkPathOverride=/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/4.5/; else export FrameworkPathOverride=/usr/lib/mono/4.5/; fi
|
||||
|
||||
script:
|
||||
- git fetch --unshallow --tags
|
||||
# disengage core only switch because mono ships .NETFramework targets
|
||||
- ./build.sh --coreonly=false --linksources=true --verbosity=verbose
|
||||
@@ -1,7 +1,7 @@
|
||||
# Octokit - GitHub API Client Library for .NET
|
||||
|
||||

|
||||
[](https://ci.appveyor.com/project/github-windows/octokit-net/branch/master)
|
||||
[]( https://travis-ci.org/octokit/octokit.net)
|
||||
[](https://codecov.io/gh/octokit/octokit.net)
|
||||
[](https://gitter.im/octokit/octokit.net?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://www.nuget.org/packages/Octokit)
|
||||
|
||||
Reference in New Issue
Block a user