Skip to content

Commit 6c8d3a2

Browse files
Create .travis.yml
1 parent ae2dd2b commit 6c8d3a2

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.travis.yml

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

0 commit comments

Comments
 (0)