diff --git a/.travis.yml b/.travis.yml index 43910d1e7..dc7a7f9cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,3 +64,4 @@ install: script: # Run tests - dotnet test -c $CONFIGURATION -f $FRAMEWORK Source/NSubstitute.Acceptance.Specs + diff --git a/appveyor.yml b/appveyor.yml index 4c0c8ae9a..3d980b92d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,3 +20,4 @@ after_test: artifacts: path: 'Source/NSubstitute/**/*.nupkg' +