We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477050d commit f505781Copy full SHA for f505781
.travis.yml
@@ -28,7 +28,7 @@ script:
28
- if [[ $encrypted_2234089e6802_key != '' ]]; then ./vendor/bin/phing lint ; fi
29
- if [[ $encrypted_2234089e6802_key != '' ]]; then ./vendor/bin/phing sniff ; fi
30
- if [[ $encrypted_2234089e6802_key != '' ]]; then ./vendor/bin/phing security:check ; fi
31
- - if [[ $encrypted_2234089e6802_key != '' ]]; then ./vendor/bin/phing analyze ; fi
+ - if [[ $encrypted_2234089e6802_key != '' ]]; then ./vendor/bin/phing analyse ; fi
32
- if [[ $encrypted_2234089e6802_key != '' && $TEST_COVERAGE != 'true' ]]; then ./vendor/bin/phing unit ; fi
33
- if [[ $encrypted_2234089e6802_key != '' && $TEST_COVERAGE == 'true' ]]; then ./vendor/bin/phing unit-with-coverage ; fi
34
0 commit comments