Skip to content

Commit

Permalink
Add installation step to install Danger
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed May 18, 2017
1 parent 319aed6 commit 0e50adf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ osx_image: xcode8.3

install:
- ./scripts/install_swiftlint.sh
- bundle install --path vendor/bundle

script:
- swiftlint
- ./scripts/build.sh
- bundle exec danger
- bundle exec danger --verbose

0 comments on commit 0e50adf

Please sign in to comment.