Skip to content

Commit 9ce156f

Browse files
committed
Add travis config file back in
1 parent b46213e commit 9ce156f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)