Skip to content

Commit

Permalink
remove unused nightly check
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 14, 2020
1 parent cd5d4a3 commit ebacede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -19,8 +19,7 @@ before_script:
script:
- composer cs-check
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]]; then bin/phpstan analyse src/ --level=max -c phpstan.neon; fi
- if [[ $TRAVIS_PHP_VERSION != "nightly" ]]; then bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml; fi
- if [[ $TRAVIS_PHP_VERSION = "nightly" ]]; then bin/kahlan; fi
- bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]]; then bin/php-coveralls -v --exclude-no-stmt; fi

notifications:
Expand Down

0 comments on commit ebacede

Please sign in to comment.