Skip to content

Commit d8c6e3d

Browse files
committed
ci: downgrade and pin robotframework to unbreak rflint.
rflint doesn't work with robotframework >= 3.2.0 and fails with "ImportError: No module named txtreader" exception. Until fix is available, downgrade robotframework to the previous working version (3.1.2) Workaround for boakley/robotframework-lint#73 Fix #1404
1 parent a750364 commit d8c6e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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-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)