We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b9a1d commit 571af15Copy full SHA for 571af15
.travis.yml
@@ -22,8 +22,7 @@ before_script:
22
mkdir -p /tmp/uploads /tmp/preview;
23
cp src/main/resources/test/test.png /tmp/uploads/1.png;
24
npm install -g bootlint;
25
- pip install --user html5validator;
26
- pip install --user robotframework-lint;
+ pip install --user html5validator robotframework-lint;
27
if [ "$TRAVIS_BRANCH" = 'prod' -a "$TRAVIS_PULL_REQUEST" = 'false' ]; then
28
pip install --user ansible==2.1.1.0;
29
fi;
0 commit comments