Преглед на файлове

Remove pulling wrk from travis script (#3617)

Nate преди 7 години
родител
ревизия
e17d3f1721
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -109,7 +109,6 @@ before_script:
   # to determine if the suite should be installed and the current $TESTDIR test should run.
   - export RUN_TESTS=`./toolset/travis/travis_diff.py | tee /dev/tty | grep -oP "travis-run-tests \K(.*)"`
 
-  - if [ "$RUN_TESTS" ]; then docker pull techempower/tfb.wrk; fi
   - if [ "$RUN_TESTS" ]; then docker pull techempower/tfb; fi
 
   # Stop services that would claim ports we may need