From eed902e0faf6c6e49a7d0bad2de6165d32aa21f8 Mon Sep 17 00:00:00 2001 From: walon Date: Thu, 22 Oct 2020 21:27:51 +0800 Subject: [PATCH] * fix .travis.yum build error * add .travis build flag link and MIT license link to README.md --- .travis.yml | 4 +++- README.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba4d015..6d5332c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ solution: src/Luban.sln mono: none dotnet: 3.1 script: - - dotnet restore \ No newline at end of file + - cd src + - dotnet restore + - dotnet build \ No newline at end of file diff --git a/README.md b/README.md index 15b278e..a2756fe 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [//]: # (Date: 2020-10-20 20:24:07) # Luban +[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Tencent/puerts/blob/master/LICENSE) +[![Build Status](https://travis-ci.com/focus-creative-games/luban.svg?branch=main)](https://travis-ci.com/focus-creative-games/luban) ## 介绍