Skip to content

Commit

Permalink
Update CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
poulad committed Sep 3, 2018
1 parent d5df077 commit d671110
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ nuget:
# branch: master


# for:
# -
# branches:
# only:
# - master
# configuration: Release
for:
-
branches:
only:
- master
configuration: Release
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ branches:
except:
- master
script: >
cd test/UnitTests &&
dotnet test --configuration Release --list-tests &&
dotnet xunit -configuration Release -nobuild -stoponfail -verbose &&
cd - &&
cd test/IntegrationTests &&
dotnet test --configuration Release --list-tests &&
dotnet xunit -configuration Release -nobuild -stoponfail -verbose
Expand Down

0 comments on commit d671110

Please sign in to comment.