Browse Source

Fix another typo

ADmad 7 years ago
parent
commit
3c14b80275
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -83,7 +83,7 @@ script:
         vendor/bin/phpstan analyse src && vendor/bin/psalm --show-info=false
       fi
 
-  - if [[ PHPSTAN_LEVEL_3 = 1 ]]; then composer require --dev phpstan/phpstan:^0.10 && vendor/bin/phpstan analyse -l 3 src; fi
+  - if [[ $PHPSTAN_LEVEL_3 = 1 ]]; then composer require --dev phpstan/phpstan:^0.10 && vendor/bin/phpstan analyse -l 3 src; fi
 
 after_success:
   - if [[ $DEFAULT = 1 && $TRAVIS_PHP_VERSION = 7.2 ]]; then bash <(curl -s https://codecov.io/bash); fi