Skip to content

Commit 0f1a51f

Browse files
committed
Merge branch 'php-coder/master'
2 parents eae4e51 + 20ec84e commit 0f1a51f

File tree

5 files changed

+686
-3
lines changed

5 files changed

+686
-3
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
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)