The Travis task is quite simple :

language: php
php:
  - 5.3
  - 5.4
before_install:
 - curl -s https://getcomposer.org/installer | php
 - php composer.phar install
 - cd tests
script:
 - phpunit



so i just run phpunit.


JM



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF2-PHPUnit-mocks-Zend-Db-Adapter-and-Travis-CI-type-hinting-tp4658864p4658866.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to