Skip to content

Commit 39cb70b

Browse files
committed
Travis CI
1 parent 9ac6b53 commit 39cb70b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: php
2+
php:
3+
- 7.0
4+
before_script:
5+
- composer self-update
6+
- composer install
7+
script:
8+
- vendor/bin/phing
9+
after_script:
10+
- php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)