summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-09-03 19:51:33 +0100
committerGitHub <noreply@github.com>2018-09-03 19:51:33 +0100
commit045cc32128ee59bf0fe5a8a7acffa55e79e73ae8 (patch)
tree07f2e22deebc54802d6f1264824dc64682b083cd
parent6d9b1f08f6f5e7253a56cc73495a1b3ec2e37c21 (diff)
parent76cfeb20fc75f02eee8e1b672889039be282666f (diff)
downloadlibgit2-045cc32128ee59bf0fe5a8a7acffa55e79e73ae8.tar.gz
Merge pull request #4790 from libgit2/ethomson/travis
ci: remove travis
-rw-r--r--.travis.yml97
-rw-r--r--README.md1
2 files changed, 0 insertions, 98 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 21c8580fe..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,97 +0,0 @@
-# Travis-CI Build for libgit2
-# see travis-ci.org for details
-
-language: c
-
-os:
- - linux
- - osx
-
-compiler:
- - gcc
- - clang
-
-# Settings to try
-env:
- global:
- - secure: "YnhS+8n6B+uoyaYfaJ3Lei7cSJqHDPiKJCKFIF2c87YDfmCvAJke8QtE7IzjYDs7UFkTCM4ox+ph2bERUrxZbSCyEkHdjIZpKuMJfYWja/jgMqTMxdyOH9y8JLFbZsSXDIXDwqBlC6vVyl1fP90M35wuWcNTs6tctfVWVofEFbs="
- - GITTEST_INVASIVE_FS_SIZE=1
- - MBEDTLS_DIR=/tmp/mbedtls
- - SKIP_APT=1
- - SKIP_MBEDTLS_INSTALL=1
- - PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig
- matrix:
- - CMAKE_OPTIONS="-DTHREADSAFE=ON -DENABLE_TRACE=ON -DCMAKE_BUILD_TYPE=Release"
- - CMAKE_OPTIONS="-DTHREADSAFE=OFF -DBUILD_EXAMPLES=ON"
-
-dist: trusty
-sudo: false
-
-addons:
- apt:
- sources:
- - sourceline: 'deb https://dl.bintray.com/libgit2/ci-dependencies trusty libgit2deps'
- key_url: 'https://bintray.com/user/downloadSubjectPublicKey?username=bintray'
- packages:
- cmake
- curl
- libcurl3
- libcurl3-gnutls
- libcurl4-gnutls-dev
- libssh2-1-dev
- openssh-client
- openssh-server
- valgrind
-
-matrix:
- fast_finish: true
- exclude:
- - os: osx
- compiler: gcc
- include:
- - compiler: gcc
- env:
- - LEAK_CHECK=valgrind
- CMAKE_OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=OFF -DDEBUG_POOL=ON -DCMAKE_BUILD_TYPE=Debug"
- os: linux
- dist: trusty
- - compiler: gcc
- env:
- - MBEDTLS=1
- CMAKE_OPTIONS="-DTHREADSAFE=ON -DCMAKE_BUILD_TYPE=Release -DUSE_HTTPS=mbedTLS -DSHA1_BACKEND=mbedTLS -DMBEDTLS_ROOT_DIR=/tmp/mbedtls"
- os: linux
- - compiler: gcc
- env:
- - MBEDTLS=1
- CMAKE_OPTIONS="-DTHREADSAFE=OFF -DBUILD_EXAMPLES=ON -DUSE_HTTPS=mbedTLS -DSHA1_BACKEND=mbedTLS -DMBEDTLS_ROOT_DIR=/tmp/mbedtls"
- os: linux
-
-install:
- - if [ -f ./ci/setup-${TRAVIS_OS_NAME}.sh ]; then ./ci/setup-${TRAVIS_OS_NAME}.sh; fi
-
-# Run the Build script and tests
-script:
- - mkdir build
- - cd build
- - ../ci/build.sh && ../ci/test.sh
-
-# Only watch the development and master branches
-branches:
- only:
- - master
- - /^maint.*/
-
-# Notify development list when needed
-notifications:
- irc:
- channels:
- - irc.freenode.net#libgit2
- on_success: change
- on_failure: always
- use_notice: true
- skip_join: true
- campfire:
- on_success: always
- on_failure: always
- rooms:
- - secure: "sH0dpPWMirbEe7AvLddZ2yOp8rzHalGmv0bYL/LIhVw3JDI589HCYckeLMSB\n3e/FeXw4bn0EqXWEXijVa4ijbilVY6d8oprdqMdWHEodng4KvY5vID3iZSGT\nxylhahO1XHmRynKQLOAvxlc93IlpVW38vQfby8giIY1nkpspb2w="
diff --git a/README.md b/README.md
index 02819fbbf..31885970d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
libgit2 - the Git linkable library
==================================
-[![Travis Build Status](https://secure.travis-ci.org/libgit2/libgit2.svg?branch=master)](http://travis-ci.org/libgit2/libgit2)
[![VSTS Build Status](https://libgit2.visualstudio.com/libgit2/_apis/build/status/libgit2)](https://libgit2.visualstudio.com/libgit2/_build/latest?definitionId=7)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/639/badge.svg)](https://scan.coverity.com/projects/639)