Skip to content

Commit

Permalink
Merge pull request #13 from PeterDaveHello/UpdateTravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored Jan 15, 2023
2 parents 3f490ea + 007d6c2 commit e155a6a
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,11 @@ jobs:
osx_image: xcode13.1
env:
- task=test-dist-zsh
addons:
homebrew:
packages:
- zsh
before_script:
- brew update && brew install zsh
- type zsh && zsh --version
script:
- ./test-scripts/zsh
Expand All @@ -111,8 +114,11 @@ jobs:
osx_image: xcode13.1
env:
- task=test-dist-ksh
addons:
homebrew:
packages:
- ksh
before_script:
- brew update && brew install ksh
- type ksh && ksh --version || printf ""
script:
- ./test-scripts/ksh
Expand All @@ -130,8 +136,11 @@ jobs:
osx_image: xcode13.1
env:
- task=test-dist-bash-brew-install
addons:
homebrew:
packages:
- bash
before_script:
- brew update && brew install bash
- export PATH="/usr/local/bin:$PATH"
- type bash && bash --version
script:
Expand All @@ -141,8 +150,11 @@ jobs:
osx_image: xcode13.1
env:
- task=test-dist-fish
addons:
homebrew:
packages:
- fish
before_script:
- brew update && brew install fish
- type fish && fish --version
script:
- ./test-scripts/fish

0 comments on commit e155a6a

Please sign in to comment.