Skip to content

Commit ad3a23e

Browse files
committed
.travis.yml: fix specifying version of danger.
Correction for f0db775 commit.
1 parent 1410b5a commit ad3a23e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ before_script:
1818
pip install --user html5validator;
1919
pip install --user robotframework-lint;
2020
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
21-
gem install danger nokogiri --no-ri --no-rdoc --version 4.3.1;
21+
gem install nokogiri --no-ri --no-rdoc;
22+
gem install danger --no-ri --no-rdoc --version 4.3.1;
2223
fi;
2324
fi
2425

0 commit comments

Comments
 (0)