Skip to content

Commit

Permalink
Skipped Generators tests in travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hovsep Mkrtchyan committed May 19, 2016
1 parent 6825c6c commit d76911a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: csharp
sudo: required
dist: trusty
addons:
mono:
- betaaddons:
apt:
sources:
- deadsnakes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private static string AcceptanceTestsPath
public Action TearDown { get; set; }

/// <summary>
/// Port number the service is listenig on.
/// Port number the service is listening on.
/// </summary>
public int Port { get; set; }

Expand Down
8 changes: 6 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,12 +555,16 @@ var xunitTestsDlls = [
];

var xunitNetCoreXproj = [
'AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json',
'AutoRest/Generators/CSharp/CSharp.Tests/project.json',
'ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Tests/project.json',
'ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime.Azure.Tests/project.json'
];

// Fix the test execution bug on travis
if(isWindows) {
xunitNetCoreXproj.push('AutoRest/Generators/CSharp/Azure.CSharp.Tests/project.json');
xunitNetCoreXproj.push('AutoRest/Generators/CSharp/CSharp.Tests/project.json');
}

var defaultShellOptions = {
verbosity: 3,
env: {
Expand Down

0 comments on commit d76911a

Please sign in to comment.