Skip to content

Commit

Permalink
Fix $TERM issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielweyer committed Dec 29, 2017
1 parent 81c40dc commit 216bb0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
# Make scripts executable
- run: chmod +x tools/dotnet-install.sh
- run: chmod +x ./build.sh
# Fix for `tput: No value for $TERM and no -T specified`
- run: export DEBIAN_FRONTEND=noninteractive
# `dotnet-install.sh` is available at: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script
# `Cake.dll` is targeting `.NET Core` `1.0.3`, so we need to install the latest `1.0.x` runtime
# The runtime is required to run a `.NET Core` application, it's part of the `SDK`
Expand Down

0 comments on commit 216bb0b

Please sign in to comment.