Skip to content

Commit 4a2854b

Browse files
committed
Remove non-existing command from Travis config
1 parent b9de7c2 commit 4a2854b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ script:
2121
- ./vendor/bin/phing sniff
2222
- if [[ $TEST_COVERAGE == 'true' ]]; then ./vendor/bin/phing unit-with-coverage ; fi
2323
- if [[ $TEST_COVERAGE != 'true' ]]; then ./vendor/bin/phing unit ; fi
24-
- composer analyze
2524

2625
after_script:
2726
- if [[ $TEST_COVERAGE == 'true' ]]; then ./vendor/bin/coveralls -v ; fi

0 commit comments

Comments
 (0)