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

Commit 8357f6a

Browse files
committed
travis.yml: Homebrew requirements
1 parent e6cb9a3 commit 8357f6a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@ matrix:
1818
osx_image: xcode9.3
1919

2020

21+
# Homebrew needs ruby 2.3 and should be updated everytime to use the latest
22+
# version of shellcheck
23+
before_install:
24+
- rvm install 2.3.0
25+
- brew update
26+
2127
install:
2228
- brew install shellcheck
2329

24-
2530
before_script:
2631
- sw_vers
2732
- shellcheck -V

0 commit comments

Comments
 (0)