• Continuous Integration for .NET with Travis CI and xUnit

    Published on AUG 13, 2013 about a 5 minute read

    For this post, I’m going to go over getting a simple CI environment setup using Travis CI and xUnit. If you’re one of those people that just wants to see the code, click here! Our goal is to have the following scenario: whenever a push happens (to any branch) on GitHub, a build of the app will be triggered by Travis CI. If the build succeeds, it will run all of the unit tests for your app.

    .NET, AUTOMATION, CI

home


Copyright © 2018 pseudomuto.com. All rights reserved.