Skip to content

Commit 7f3257e

Browse files
committed
chore: fix syntax of pip install command.
Correction for d8c6e3d commit. Relate to #1404
1 parent d8c6e3d commit 7f3257e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_script:
2121
mkdir -p /tmp/uploads /tmp/preview;
2222
cp src/main/resources/test/test.png /tmp/uploads/1.png;
2323
npm install -g bootlint;
24-
pip install --user html5validator==0.3.1 robotframework-3.1.2 robotframework-lint ansible==2.9.2 ansible-lint;
24+
pip install --user html5validator==0.3.1 robotframework==3.1.2 robotframework-lint ansible==2.9.2 ansible-lint;
2525
if [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
2626
gem install danger nokogiri --no-ri --no-rdoc;
2727
fi;

0 commit comments

Comments
 (0)