From 6b8490a6ae89f5f5eef61b3d6193cc0d5ebe25e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Tue, 7 May 2019 17:27:22 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac719ea..13442df 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # FBX2glTF - [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) - This is a command line tool for converting 3D model assets on Autodesk's venerable [FBX](https://www.autodesk.com/products/fbx/overview) format to [glTF 2.0](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0), @@ -13,6 +11,9 @@ found [here](https://github.com/facebookincubator/FBX2glTF/releases). Bleeding-edge binaries are periodically built and publicly available [here](https://dev.azure.com/parwinzell/FBX2glTF/): click a build (usually the most recent), then the 'Artefacts' dropdown in the upper right. +[![Build Status](https://travis-ci.com/facebookincubator/FBX2glTF.svg?branch=master)](https://travis-ci.com/facebookincubator/FBX2glTF) +[![Build status](https://ci.appveyor.com/api/projects/status/l828tf8trdn40x1d/branch/master?svg=true)](https://ci.appveyor.com/project/zellski/fbx2gltf/branch/master) + ## Running The tool can be invoked like so: