Skip to content

Commit 20ec84e

Browse files
committed
Merge branch 'test_pr_for_danger'
Configure and enable Danger for automatical code review. See: http://danger.systems Fix #536
2 parents d6f5c5f + 1a3aa92 commit 20ec84e

File tree

4 files changed

+685
-2
lines changed

4 files changed

+685
-2
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ before_script:
1616
npm install -g bootlint;
1717
pip install --user html5validator;
1818
pip install --user robotframework-lint;
19+
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
20+
gem install danger nokogiri --no-ri --no-rdoc;
21+
fi;
1922
fi
2023

2124
script:

0 commit comments

Comments
 (0)