Browse Source

Fix af26eafd.

whitequark 7 years ago
parent
commit
938000797b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -38,7 +38,7 @@ matrix:
     - rust: nightly
       env: MODE='fuzz run' ARGS='packet_parser -- -max_len=1536 -max_total_time=30'
 before_script:
-  - if [ $MODE == "fuzz" ]; then cargo install cargo-fuzz; fi
+  - if [ "$MODE" == "fuzz run" ]; then cargo install cargo-fuzz; fi
 script:
   - cargo $MODE --no-default-features --features "$FEATURES" $ARGS
 notifications: