@@ -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
@@ -3,7 +3,6 @@ bx
Base library.
-[](https://travis-ci.com/bkaradzic/bx)
[](https://ci.appveyor.com/project/bkaradzic/bx)
[](https://bkaradzic.github.io/bgfx/license.html)
[](https://discord.gg/9eMbv7J)