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 c07ad6b commit 6276548Copy full SHA for 6276548
.travis.yml
@@ -1,10 +1,15 @@
1
language: php
2
php:
3
-- '5.5'
4
-- '5.4'
+ - '5.5'
+ - '5.4'
5
install:
6
-- composer install
7
-script: phpunit --bootstrap test/unit/bootstrap.php ./test/unit
+ - composer install
+before_script:
8
+ - curl -s http://getcomposer.org/installer | php
9
+ - php composer.phar install --dev --no-interaction
10
+script:
11
+ - mkdir -p test/output/report
12
+ - composer test
13
after_script:
14
- php vendor/bin/coveralls
15
notifications:
0 commit comments