diff --git a/.travis.yml b/.travis.yml index d2c7e8cef..39381a41c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,14 +48,6 @@ script: fi done - # Now run the integration tests. - - | - if [ "$TRAVIS_OS_NAME" = "linux" ]; then - CLANG_BIN=clang-$CLANG bash run-tests.sh - else - bash run-tests.sh - fi - # These steps are from the README to verify it can be installed and run as # documented. - cd /tmp