We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac6b53 commit 39cb70bCopy full SHA for 39cb70b
.travis.yml
@@ -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