Browse Source

Set the terminal to dumb to get sane output.

pull/31/head
Chris Smith 9 years ago
parent
commit
f79831b0c2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      circle.yml

+ 2
- 0
circle.yml View File

@@ -3,6 +3,8 @@
3 3
 machine:
4 4
   java:
5 5
     version: oraclejdk8
6
+  environment:
7
+    TERMINAL: dumb
6 8
 
7 9
 test:
8 10
   post:

Loading…
Cancel
Save