From d53356a9177ebd006c052c0d5ce2d7484f1e5382 Mon Sep 17 00:00:00 2001 From: Koichi Nakashima Date: Mon, 23 Mar 2020 02:44:57 +0900 Subject: [PATCH] travis: Add $HOME/.local/bin to.PATH --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 403f16b..fbe2297 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ jobs: osx_image: xcode11.3 - os: windows before_install: + - export PATH=$HOME/.local/bin:$PATH - curl -fsSL https://git.io/shellspec | sh -s master -y script: - ./test.sh