]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
don't depend on regex_macros anymore
[rust.git] / .travis.yml
index d33f8604bcfdcece4aca846f7f1c6d42ecb77019..34e50956cc56b8b1a4d912866bd384c4f4a465c7 100644 (file)
@@ -26,13 +26,6 @@ script:
  - cd clippy_lints && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
 
 after_success:
-# only test regex_macros if it compiles
-- |
-    #!/bin/bash
-    cargo test --no-run --features 'debugging test-regex_macros'
-    if [ "$?" != 101 ]; then
-        cargo test --features 'debugging test-regex_macros' compile_test
-    fi
 # trigger rebuild of the clippy-service, to keep it up to date with clippy itself
 - |
     #!/bin/bash