travis_script.sh 103 B

1234567
  1. #!/bin/bash
  2. if [ "${YCM_FLAKE8}" = true ]; then
  3. ./run_tests.py
  4. else
  5. ./run_tests.py --no-flake8
  6. fi