Skip to content

Commit

Permalink
Fix linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiu committed Nov 4, 2018
1 parent 2d30ee7 commit eb91d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Crayon/Utils/TerminalColorSupportLevel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public enum TerminalColorSupportLevel {
return .none
}

let env = ProcessInfo().environment
let env = ProcessInfo.processInfo.environment

if env["CI"] != nil {
for ci in ["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI"] {
Expand Down

0 comments on commit eb91d0c

Please sign in to comment.