Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 05fff82

Browse files
Typo in Travis config: s/ehco/echo
1 parent 15466a4 commit 05fff82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
- env: NAME='cargo-travis'
2424
sudo: required # travis-ci/travis-ci#9061
2525
before_script:
26-
- cargo install cargo-update || ehco "cargo-update already installed"
26+
- cargo install cargo-update || echo "cargo-update already installed"
2727
- cargo install cargo-travis || echo "cargo-travis already installed"
2828
- cargo install-update -a
2929
script:

0 commit comments

Comments
 (0)