Browse Source

Removed travis-ci.

Бранимир Караџић 4 years ago
parent
commit
b45cb32de6
2 changed files with 0 additions and 30 deletions
  1. 0 29
      .travis.yml
  2. 0 1
      README.md

+ 0 - 29
.travis.yml

@@ -1,29 +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
-
-script:
-  - if [ "$TRAVIS_OS_NAME" == "linux" ]; then make test CXX="g++-8" CC="gcc-8"; fi
-  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then make test; fi
-
-branches:
-  only:
-    - master
-
-notifications:
-  email: false
-
-osx_image: xcode11

+ 0 - 1
README.md

@@ -3,7 +3,6 @@ bx
 
 Base library.
 
-[![Build Status](https://travis-ci.com/bkaradzic/bx.svg?branch=master)](https://travis-ci.com/bkaradzic/bx)
 [![Build status](https://ci.appveyor.com/api/projects/status/edras3mltmoy31g5?svg=true)](https://ci.appveyor.com/project/bkaradzic/bx)
 [![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=bx&logo=discord&logoColor=white)](https://discord.gg/9eMbv7J)