mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-18 22:27:51 +00:00
Move to install
This commit is contained in:
parent
755eb0d02f
commit
c52a73598e
@ -20,11 +20,10 @@ addons:
|
||||
- shellcheck
|
||||
install:
|
||||
- npm install # <-- yarn still messes up nested bins: https://github.com/yarnpkg/yarn/issues/760
|
||||
-
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm run install:lanyon; fi
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then which gsed || brew install gnu-sed; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm run install:lanyon; fi
|
||||
- bash --version
|
||||
- awk --version
|
||||
before_cache:
|
||||
|
Loading…
Reference in New Issue
Block a user