Skip to content

Commit aac94b4

Browse files
author
=
committed
Travis YML
1 parent 61f3f0c commit aac94b4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: php
2+
3+
php:
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- hhvm
8+
9+
before_script:
10+
- composer self-update
11+
- composer install --dev
12+
13+
script:
14+
- mkdir -p build/logs
15+
- phpunit --coverage-clover build/logs/clover.xml
16+
17+
after_script:
18+
- php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)