Skip to content

Commit

Permalink
Remove master-only
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Sep 7, 2016
1 parent d434a10 commit 2b151f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
version: 1.0.{build}
branches:
only:
- master
build_script:
- ps: ./build.ps1
test_script:
Expand Down
2 changes: 2 additions & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Task("Pack")
});

Task("Test")
.IsDependentOn("Restore")
.IsDependentOn("Build")
.Does(() =>
{
var tests = GetFiles("./test/**/project.json");
Expand Down

0 comments on commit 2b151f4

Please sign in to comment.