Explorar o código

Removed travis-ci.

Бранимир Караџић %!s(int64=4) %!d(string=hai) anos
pai
achega
f26885aaed
Modificáronse 2 ficheiros con 0 adicións e 38 borrados
  1. 0 36
      .travis.yml
  2. 0 2
      README.md

+ 0 - 36
.travis.yml

@@ -1,36 +0,0 @@
-language: cpp
-matrix:
-  include:
-    - compiler: gcc
-      os: linux
-    - compiler: clang
-      os: osx
-
-addons:
-  apt:
-    sources:
-    - ubuntu-toolchain-r-test
-    packages:
-    - gcc-8
-    - g++-8
-    - clang
-    - libgl1-mesa-dev
-    - x11proto-core-dev
-    - libx11-dev
-
-before_script:
-  - git clone --depth 1 https://github.com/bkaradzic/bx ../bx
-  - git clone --depth 1 https://github.com/bkaradzic/bimg ../bimg
-
-script:
-  - if [ "$TRAVIS_OS_NAME" == "linux" ]; then make build CXX="g++-8" CC="gcc-8"; fi
-  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then make osx-x64-debug; fi
-
-branches:
-  only:
-    - master
-
-notifications:
-  email: false
-
-osx_image: xcode11

+ 0 - 2
README.md

@@ -16,7 +16,6 @@
     <a href="#license-bsd-2-clause">License</a>
 </p>
 
-[![Build Status](https://travis-ci.com/bkaradzic/bgfx.svg?branch=master)](https://travis-ci.com/bkaradzic/bgfx)
 [![Build status](https://ci.appveyor.com/api/projects/status/ipa3ojgeaet1oko5?svg=true)](https://ci.appveyor.com/project/bkaradzic/bgfx)
 [![License](https://img.shields.io/badge/license-BSD--2%20clause-blue.svg)](https://bkaradzic.github.io/bgfx/license.html)
 [![Join the chat at https://discord.gg/9eMbv7J](https://img.shields.io/discord/712512073522872352?color=%237289DA&label=bgfx&logo=discord&logoColor=white)](https://discord.gg/9eMbv7J)
@@ -24,7 +23,6 @@
  * [GitHub Discussions](https://github.com/bkaradzic/bgfx/discussions)
  * [Discord Chat](https://discord.gg/9eMbv7J)
  * [AppVeyor CI](https://ci.appveyor.com/project/bkaradzic/bgfx)
- * [Travis CI](https://travis-ci.com/bkaradzic/bgfx)
 
 [What is it?](https://bkaradzic.github.io/bgfx/overview.html)
 -------------------------------------------------------------