bc is not really needed

This commit is contained in:
Kevin van Zonneveld 2017-02-14 15:24:34 +01:00
parent b1861f9fab
commit 755eb0d02f

View File

@ -18,14 +18,13 @@ addons:
- debian-sid
packages:
- shellcheck
- bc
install:
- npm install # <-- yarn still messes up nested bins: https://github.com/yarnpkg/yarn/issues/760
-
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" ] && [ "$(bc <<< "${TRAVIS_NODE_VERSION} >= 6")" -eq 1 ]; then npm run install:lanyon; fi'
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm run install:lanyon; fi
- bash --version
- awk --version
before_cache: