Skip to content

Commit 571af15

Browse files
asm0deyphp-coder
authored andcommitted
ci: install robotframework-lint and html5validator in one command
Signed-off-by: asm0dey <[email protected]>
1 parent 88b9a1d commit 571af15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ before_script:
2222
mkdir -p /tmp/uploads /tmp/preview;
2323
cp src/main/resources/test/test.png /tmp/uploads/1.png;
2424
npm install -g bootlint;
25-
pip install --user html5validator;
26-
pip install --user robotframework-lint;
25+
pip install --user html5validator robotframework-lint;
2726
if [ "$TRAVIS_BRANCH" = 'prod' -a "$TRAVIS_PULL_REQUEST" = 'false' ]; then
2827
pip install --user ansible==2.1.1.0;
2928
fi;

0 commit comments

Comments
 (0)