Skip to content

Commit 89d1027

Browse files
Prevent macOS using old bash on Travis CI
1 parent 1f5c2e5 commit 89d1027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ matrix:
5151
- os: osx
5252
env:
5353
- task=test-dist-bash-brew-install
54-
- PATH="/usr/local/bin/:$PATH"
5554
before_script:
5655
- brew install bash
56+
- export PATH="/usr/local/bin:$PATH"
5757
- type bash && bash --version
5858
script:
5959
- ./test-scripts/bash

0 commit comments

Comments
 (0)