Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
brew update node
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 30, 2019
1 parent 049f481 commit cba1a26
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -63,8 +63,13 @@ before_cache:

before_install:
- |
# update node
if [[ ("$TEST_SUITE" = "ios") ]];then
brew install node
fi
# install oclint
if [[ ("$TEST_SUITE" = "static_code_analysis") && ("${OCLINT}" = "true") ]]; then
brew install node
brew cask uninstall oclint
brew tap oclint/formulae
brew install oclint
Expand Down Expand Up @@ -182,7 +187,7 @@ script:
if npm run danger -- ci --dangerfile ./dangerfile-static-check.js | grep -q "hasAndroidFile" ; then
echo "hasAndroidFile"
cd android
bundle exec danger --danger_id=androidLint --dangerfile=./Dangerfile-android
bundle exec danger --danger_id=androidLint --dangerfile=../Dangerfile-android
fi
fi
Expand Down

0 comments on commit cba1a26

Please sign in to comment.