Skip to content

Commit ebacede

Browse files
committed
remove unused nightly check
1 parent cd5d4a3 commit ebacede

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ before_script:
1919
script:
2020
- composer cs-check
2121
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]]; then bin/phpstan analyse src/ --level=max -c phpstan.neon; fi
22-
- if [[ $TRAVIS_PHP_VERSION != "nightly" ]]; then bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml; fi
23-
- if [[ $TRAVIS_PHP_VERSION = "nightly" ]]; then bin/kahlan; fi
22+
- bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml
2423
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]]; then bin/php-coveralls -v --exclude-no-stmt; fi
2524

2625
notifications:

0 commit comments

Comments
 (0)