From 0cf7bab5b305b41d7aa120b33ff663855a582e57 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 24 Oct 2015 21:21:58 -0400 Subject: [PATCH] give it something to run --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 94f5957..afdff26 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,4 +21,4 @@ artifacts: - path: artifacts\bin\LinqRb\Release\*.nupkg test_script: - - dnx -p src\LinqRb.UnitTests\project.json \ No newline at end of file + - dnx -p src\LinqRb.UnitTests\project.json test \ No newline at end of file