Skip to content

Commit

Permalink
only master
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Cohen committed Jul 13, 2017
1 parent da44fb5 commit b825c37
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
- dotnet restore
- dotnet test
- stage: pack
branches:
only:
- master
script:
- cd EasyConfig.Net.Core
- dotnet restore
- dotnet pack -o . /p:Version=1.0.$TRAVIS_BUILD_NUMBER
- dotnet nuget push EasyConfig.Net.Core.*.nupkg -k $NugetApiKey -s https://www.nuget.org/

branches:
only:
- master

0 comments on commit b825c37

Please # to comment.