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) ## 介绍