Skip to content

Commit

Permalink
Set TERM so we get color output on CircleCI
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hughes <[email protected]>
  • Loading branch information
thughes committed Apr 28, 2018
1 parent 4b5d6f4 commit 91fd8bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ build_steps: &build_steps
name: Build
command: |
./circle/build_${PLATFORM}.sh
environment:
TERM: "xterm" # color output

mac_build: &mac_build
macos:
Expand Down

0 comments on commit 91fd8bd

Please sign in to comment.