Skip to content

Commit

Permalink
travis: Add $HOME/.local/bin to.PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Mar 22, 2020
1 parent cfd2474 commit d53356a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d53356a

Please sign in to comment.