Skip to content

Commit

Permalink
Quiet DNX restore for CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliiTsilnyk committed Jan 15, 2016
1 parent a2e56cc commit bc54716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ solution: NGettext.sln

script:
- dnvm list
- dnu restore
- dnu restore --quiet
- cd src/NGettext
- dnu build --framework dnx451
- cd ../..
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:

install:
- dnvm install latest
- dnu restore
- dnu restore --quiet
- nuget install secure-file -ExcludeVersion
- secure-file\tools\secure-file -decrypt NGettext.snk.enc -secret %snk_secret%

Expand Down

0 comments on commit bc54716

Please sign in to comment.