Skip to content

Commit 6276548

Browse files
committed
added some stuff to the travis.yml
1 parent c07ad6b commit 6276548

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
language: php
22
php:
3-
- '5.5'
4-
- '5.4'
3+
- '5.5'
4+
- '5.4'
55
install:
6-
- composer install
7-
script: phpunit --bootstrap test/unit/bootstrap.php ./test/unit
6+
- composer install
7+
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
813
after_script:
914
- php vendor/bin/coveralls
1015
notifications:

0 commit comments

Comments
 (0)