diff options
author | Kyrylo Silin <silin@kyrylo.org> | 2018-10-15 05:32:08 +0800 |
---|---|---|
committer | Kyrylo Silin <silin@kyrylo.org> | 2018-10-15 05:32:08 +0800 |
commit | 6af2af2bee6d639a1820c1cce10fd8fc3d8b1250 (patch) | |
tree | b5d112eba7150b8cd2d60991620af38c70aceab4 | |
parent | 720060fc2985495398a70abe075bfd3c79acf350 (diff) | |
download | pry-circleci.tar.gz |
circle: make sure TERM is setcircleci
Otherwise, some tests fail.
-rw-r--r-- | .circleci/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index fdb483b9..781fbf38 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,6 +20,9 @@ references: run: name: Run unit tests command: bundle exec rake + environment: + # Make sure TERM is set so Pry can indent correctly inside tests. + TERM: screen-256color install_alpine_nano: &install_alpine_nano run: |