소스 검색

Updated Travis.yml

m-edlund 6 년 전
부모
커밋
e82639b3ae
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

@@ -4,6 +4,5 @@ solution: "./SketchAssistant/SketchAssistant.sln"
 install:
   - nuget restore "./SketchAssistant/SketchAssistant.sln"
   - nuget install NUnit.ConsoleRunner -Version 3.9.0 -OutputDirectory testrunner
-script:
-  - xbuild /p:Configuration=Release "./SketchAssistant/SketchAssistant.sln"
-  - mono ./testrunner/NUnit.ConsoleRunner.3.9.0/tools/nunit-console.exe "./SketchAssistant/NUnitTestProject1/bin/Debug/netcoreapp2/NUnitTestProject1.dll"
+before_script:
+  - tree