Skip to content

Commit

Permalink
Merge pull request #2611 from kwonoj/fix-pin-danger
Browse files Browse the repository at this point in the history
chore(travis): pin danger version
  • Loading branch information
kwonoj authored May 24, 2017
2 parents cf88a20 + 354c60e commit da96b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_install:
- nvm install $NODE_VER
- npm install -g npm@4 && node -v && npm -v
- if [ "$FULL_VALIDATE" == "true" ]; then npm install grunt@0.4.1 grunt-cli grunt-contrib-connect grunt-run; fi
- if [ "$FULL_VALIDATE" == "true" ] && [ -n "DANGER_GITHUB_API_TOKEN" ]; then npm install danger && danger; fi
- if [ "$FULL_VALIDATE" == "true" ] && [ -n "DANGER_GITHUB_API_TOKEN" ]; then npm install danger@0.18.0 && danger; fi

install:
- npm install
Expand Down

0 comments on commit da96b6a

Please sign in to comment.