diff options
author | Arun Kumar <arunkumarm1995@gmail.com> | 2018-05-09 10:50:00 +0800 |
---|---|---|
committer | Arun Kumar <arunkumarm1995@gmail.com> | 2018-05-09 10:50:00 +0800 |
commit | 9b55161f3f90d3b162d395c4d940897ae69a7b8d (patch) | |
tree | c5a590a05324ea4d75a34b84fbe61be8a6f475cb /circle.yml | |
parent | 10792dbc909bdd2c8ba7c0301ed81ee28b0ae1cc (diff) | |
download | dexon-solidity-9b55161f3f90d3b162d395c4d940897ae69a7b8d.tar.gz dexon-solidity-9b55161f3f90d3b162d395c4d940897ae69a7b8d.tar.zst dexon-solidity-9b55161f3f90d3b162d395c4d940897ae69a7b8d.zip |
Use xterm instead of dumb terminal
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ defaults: name: Tests command: scripts/tests.sh --junit_report test_results environment: - TERM: dumb + TERM: xterm - solc_artifact: &solc_artifact path: build/solc/solc destination: solc |