Update Travis-CI file.

Removed Respect\Foundation call and replaced by PHPUnit direct call.
This is another workaround to make Travis create build correctly.
This commit is contained in:
Henrique Moody 2013-01-11 09:49:08 -02:00
parent 3751aad0f9
commit 6ad3736fdc

View file

@ -1,11 +1,14 @@
language: php
script: make test
language:
php
php:
- 5.3
- 5.4
before_script:
- "composer install --dev"
- "make foundation"
- "phpenv rehash"
- composer install --dev
- phpenv rehash
script:
- cd tests
- phpunit --colors --coverage-text .