mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add TravisCI instructions for osx setup of shellcheck
This commit is contained in:
parent
9a3bd01ee4
commit
7751fd4974
@ -1,10 +1,17 @@
|
||||
language: c
|
||||
|
||||
script:
|
||||
- bats test
|
||||
- ./lint.sh
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install shellcheck; fi
|
||||
|
||||
before_script:
|
||||
- git clone https://github.com/sstephenson/bats.git /tmp/bats
|
||||
- export PATH=/tmp/bats/bin:$PATH
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
Loading…
Reference in New Issue
Block a user