Skip to content

Commit

Permalink
export TERM=xterm
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Mar 5, 2017
1 parent 666b17e commit aadcf8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
- checkout

# See also: https://github.com/docker/docker/issues/8631
- run:
name: Test
command: |
PATH="/root/.cask/bin:$PATH"
TERM=xterm
export TERM=xterm
cask install
cask exec ecukes --no-win

0 comments on commit aadcf8b

Please sign in to comment.