Skip to content
This repository was archived by the owner on Aug 30, 2018. It is now read-only.

Commit 87219f5

Browse files
committed
Fix typo [skip ci]
1 parent 6d5af12 commit 87219f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/travis/worker/job/runner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def cancel
110110
def check_config
111111
case payload["config"][:".result"]
112112
when "parse_error"
113-
announce "\033[31;1mERROR\033[0m: An error occured while trying to parse your .travis.yml file.\n"
113+
announce "\033[31;1mERROR\033[0m: An error occurred while trying to parse your .travis.yml file.\n"
114114
announce " http://lint.travis-ci.org can check your .travis.yml.\n"
115115
announce " Please make sure that the file is valid YAML.\n\n"
116116
# TODO: Remove all of this once we can actually error the build

0 commit comments

Comments
 (0)