Skip to content

Commit

Permalink
travis: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed May 23, 2020
1 parent 5ab948f commit 8e0015d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

echo >env.sh

if [[ "$TRAVIS_BUILD_STAGE_NAME" == "Test" ]]; then
if [[ "$TRAVIS_BUILD_STAGE_NAME" == "test" ]]; then
if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then
# NOTE: ssh keys for ssh test to be able to ssh to the localhost
ssh-keygen -t rsa -N "" -f mykey
Expand Down

0 comments on commit 8e0015d

Please sign in to comment.