stecman / symfony-console-completion

Automatic tab-key completion for Symfony console application options, arguments and parameters
MIT License
420 stars 26 forks source link

Integrate with Travis CI #18

Closed aik099 closed 9 years ago

aik099 commented 9 years ago

Please integrate with Travis CI to run tests on every code change.

aik099 commented 9 years ago

Current Tavis config doesn't run any tests, but just installs packages. Is that desired behavior?

stecman commented 9 years ago

PHPUnit is running - have a look at one of the finished jobs.

By default Travis CI will run your tests using phpunit

-- Travis PHP docs

aik099 commented 9 years ago

That is really strange, because there is no call to phpunit command in .travis.yml file.

Also you can see that --prefer-dist option is giving out errors.