We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88322bd commit c90a699Copy full SHA for c90a699
.travis.yml
@@ -3,7 +3,7 @@ node_js: '10'
3
cache: yarn
4
env:
5
global:
6
- - FORCE_COLOR=1
+ - FORCE_COLOR=3
7
install:
8
- yarn
9
jobs:
src/buildkite.ts
@@ -33,7 +33,7 @@ export async function initBuildkite({
33
} else {
34
const buildkiteYaml = {
35
env: {
36
- FORCE_COLOR: 1,
+ FORCE_COLOR: 3,
37
},
38
steps: [
39
{
src/travis.ts
@@ -76,7 +76,7 @@ export async function initTravis({
76
node_js: '12',
77
cache: 'yarn',
78
79
- global: ['FORCE_COLOR=1'],
+ global: ['FORCE_COLOR=3'],
80
81
install: ['yarn'],
82
jobs: {
0 commit comments