Skip to content

Commit 43aa036

Browse files
committed
travis CI configuration
1 parent cce02aa commit 43aa036

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: php
2+
php:
3+
- 5.6
4+
- 7.0
5+
- 7.1
6+
- hhvm
7+
- nightly
8+
matrix:
9+
allow_failures:
10+
- php: hhvm
11+
- php: nightly
12+
13+
before_script:
14+
- composer self-update
15+
- travis_retry composer install --prefer-source --no-interaction --dev
16+
script:
17+
- vendor/bin/phpunit --coverage-clover=coverage.xml
18+
#after_success:
19+
# - bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)